Html Css Color HEX #73003E Tyrian Purple

📋 copy color: '#73003E'

red 115 ◦ green 0 ◦ blue 62

#73003E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #73003E

Tints of Tyrian Purple #73003E

RGB

 RED value IS 115 (45.31% from 255) = 64.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 64.97%
G = 0%
B = 35.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#73003E (or 0x73003E) is known color: Tyrian Purple. HEX triplet: 73, 00 and 3E. RGB value is (115,0,62). Sum of RGB (Red+Green+Blue) = 115+0+62=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003E is #8CFFC1. Grayscale: #292929. Windows color (decimal): -9240514 or 4063347. OLE color: 4063347.

HSL color Cylindrical-coordinate representation of color #73003E: hue angle of 327.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73003E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 62 -
CMYK 0 1 0.46 0.55
HSL 327.65º 1% 0.23% -
HSV(B) 327.65º 1% 0.45% -
XYZ 7.94 3.99 4.91 -
YUV 41.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 115 0 62 0 1 0.46 0.55 327.65 1 0.23
Hex 73 0 3E 0 64 2E 37 148 64 17
Octal 163 0 76 0 144 56 67 510 144 27
Binary 1110011 0 111110 0 1100100 101110 110111 101001000 1100100 10111

Color Harmonies of #73003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73003E

Black with #73003E

Text Example


Text Example

White with #73003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73003E; }

 p { color: rgb(115,0,62); }

 H1.HeaderClassName
 {
   color: #73003E;
 }
 .AnyTagClassName
 {
   color: #73003E;
 }
</style>

background-color css

<style>
 a { background-color: #73003E; }

 a { background-color: rgb(115,0,62); }

 div.DivClassName
 {
   background-color: #73003E;
 }
 .BgClassName
 {
   background-color: #73003E;
 }
</style>

border-color css

<style>
 span { border-color: #73003E; }

 span { border-color: rgb(115,0,62); }

 td.TdClassName
 {
   border-color: #73003E;
 }
 .TagClassName
 {
   border-color: #73003E;
 }
</style>