Html Css Color HEX #73024D Tyrian Purple

📋 copy color: '#73024D'

red 115 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #73024D

Tints of Tyrian Purple #73024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 59.28%
G = 1.03%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73024D (or 0x73024D) is known color: Tyrian Purple. HEX triplet: 73, 02 and 4D. RGB value is (115,2,77). Sum of RGB (Red+Green+Blue) = 115+2+77=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73024D is #8CFDB2. Grayscale: #2C2C2C. Windows color (decimal): -9239987 or 5046899. OLE color: 5046899.

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

Color convert

RGB 115 2 77 -
CMYK 0 0.98 0.33 0.55
HSL 320.18º 0.97% 0.23% -
HSV(B) 320.18º 0.98% 0.45% -
XYZ 8.43 4.22 7.39 -
YUV 44.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 115 2 77 0 0.98 0.33 0.55 320.18 0.97 0.23
Hex 73 2 4D 0 62 21 37 140 61 17
Octal 163 2 115 0 142 41 67 500 141 27
Binary 1110011 10 1001101 0 1100010 100001 110111 101000000 1100001 10111

Color Harmonies of #73024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73024D

Black with #73024D

Text Example


Text Example

White with #73024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73024D; }

 p { color: rgb(115,2,77); }

 H1.HeaderClassName
 {
   color: #73024D;
 }
 .AnyTagClassName
 {
   color: #73024D;
 }
</style>

background-color css

<style>
 a { background-color: #73024D; }

 a { background-color: rgb(115,2,77); }

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

border-color css

<style>
 span { border-color: #73024D; }

 span { border-color: rgb(115,2,77); }

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