Html Css Color HEX #72024F Tyrian Purple

📋 copy color: '#72024F'

red 114 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #72024F

Tints of Tyrian Purple #72024F

RGB

 RED value IS 114 (44.92% from 255) = 58.46%

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

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

R = 58.46%
G = 1.03%
B = 40.51%

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

#72024F (or 0x72024F) is known color: Tyrian Purple. HEX triplet: 72, 02 and 4F. RGB value is (114,2,79). Sum of RGB (Red+Green+Blue) = 114+2+79=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72024F is #8DFDB0. Grayscale: #2C2C2C. Windows color (decimal): -9305521 or 5177970. OLE color: 5177970.

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

Color convert

RGB 114 2 79 -
CMYK 0 0.98 0.31 0.55
HSL 318.75º 0.97% 0.23% -
HSV(B) 318.75º 0.98% 0.45% -
XYZ 8.37 4.19 7.76 -
YUV 44.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 114 2 79 0 0.98 0.31 0.55 318.75 0.97 0.23
Hex 72 2 4F 0 62 1F 37 13F 61 17
Octal 162 2 117 0 142 37 67 477 141 27
Binary 1110010 10 1001111 0 1100010 11111 110111 100111111 1100001 10111

Color Harmonies of #72024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72024F

Black with #72024F

Text Example


Text Example

White with #72024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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