Html Css Color HEX #73024F Tyrian Purple

📋 copy color: '#73024F'

red 115 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #73024F

Tints of Tyrian Purple #73024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 58.67%
G = 1.02%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73024F (or 0x73024F) is known color: Tyrian Purple. HEX triplet: 73, 02 and 4F. RGB value is (115,2,79). Sum of RGB (Red+Green+Blue) = 115+2+79=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73024F is #8CFDB0. Grayscale: #2C2C2C. Windows color (decimal): -9239985 or 5177971. OLE color: 5177971.

HSL color Cylindrical-coordinate representation of color #73024F: hue angle of 319.12º 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 #73024F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 79 -
CMYK 0 0.98 0.31 0.55
HSL 319.12º 0.97% 0.23% -
HSV(B) 319.12º 0.98% 0.45% -
XYZ 8.5 4.25 7.77 -
YUV 44.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 115 2 79 0 0.98 0.31 0.55 319.12 0.97 0.23
Hex 73 2 4F 0 62 1F 37 13F 61 17
Octal 163 2 117 0 142 37 67 477 141 27
Binary 1110011 10 1001111 0 1100010 11111 110111 100111111 1100001 10111

Color Harmonies of #73024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73024F

Black with #73024F

Text Example


Text Example

White with #73024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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