Html Css Color HEX #72042F Tyrian Purple

📋 copy color: '#72042F'

red 114 ◦ green 4 ◦ blue 47

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

Shades of Tyrian Purple #72042F

Tints of Tyrian Purple #72042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 69.09%
G = 2.42%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72042F (or 0x72042F) is known color: Tyrian Purple. HEX triplet: 72, 04 and 2F. RGB value is (114,4,47). Sum of RGB (Red+Green+Blue) = 114+4+47=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042F is #8DFBD0. Grayscale: #292929. Windows color (decimal): -9305041 or 3081330. OLE color: 3081330.

HSL color Cylindrical-coordinate representation of color #72042F: hue angle of 336.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72042F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 47 -
CMYK 0 0.96 0.59 0.55
HSL 336.55º 0.93% 0.23% -
HSV(B) 336.55º 0.96% 0.45% -
XYZ 7.5 3.87 3.04 -
YUV 41.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 114 4 47 0 0.96 0.59 0.55 336.55 0.93 0.23
Hex 72 4 2F 0 60 3B 37 151 5D 17
Octal 162 4 57 0 140 73 67 521 135 27
Binary 1110010 100 101111 0 1100000 111011 110111 101010001 1011101 10111

Color Harmonies of #72042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72042F

Black with #72042F

Text Example


Text Example

White with #72042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,4,47); }

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

background-color css

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

 a { background-color: rgb(114,4,47); }

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

border-color css

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

 span { border-color: rgb(114,4,47); }

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