Html Css Color HEX #73033E Tyrian Purple

📋 copy color: '#73033E'

red 115 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #73033E

Tints of Tyrian Purple #73033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 63.89%
G = 1.67%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73033E (or 0x73033E) is known color: Tyrian Purple. HEX triplet: 73, 03 and 3E. RGB value is (115,3,62). Sum of RGB (Red+Green+Blue) = 115+3+62=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033E is #8CFCC1. Grayscale: #2B2B2B. Windows color (decimal): -9239746 or 4064115. OLE color: 4064115.

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

Color convert

RGB 115 3 62 -
CMYK 0 0.97 0.46 0.55
HSL 328.39º 0.95% 0.23% -
HSV(B) 328.39º 0.97% 0.45% -
XYZ 7.97 4.06 4.92 -
YUV 43.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 115 3 62 0 0.97 0.46 0.55 328.39 0.95 0.23
Hex 73 3 3E 0 61 2E 37 148 5F 17
Octal 163 3 76 0 141 56 67 510 137 27
Binary 1110011 11 111110 0 1100001 101110 110111 101001000 1011111 10111

Color Harmonies of #73033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73033E

Black with #73033E

Text Example


Text Example

White with #73033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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