Html Css Color HEX #72022F Tyrian Purple

📋 copy color: '#72022F'

red 114 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #72022F

Tints of Tyrian Purple #72022F

RGB

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

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

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

R = 69.94%
G = 1.23%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72022F (or 0x72022F) is known color: Tyrian Purple. HEX triplet: 72, 02 and 2F. RGB value is (114,2,47). Sum of RGB (Red+Green+Blue) = 114+2+47=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72022F is #8DFDD0. Grayscale: #282828. Windows color (decimal): -9305553 or 3080818. OLE color: 3080818.

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

Color convert

RGB 114 2 47 -
CMYK 0 0.98 0.59 0.55
HSL 335.89º 0.97% 0.23% -
HSV(B) 335.89º 0.98% 0.45% -
XYZ 7.47 3.83 3.03 -
YUV 40.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 114 2 47 0 0.98 0.59 0.55 335.89 0.97 0.23
Hex 72 2 2F 0 62 3B 37 150 61 17
Octal 162 2 57 0 142 73 67 520 141 27
Binary 1110010 10 101111 0 1100010 111011 110111 101010000 1100001 10111

Color Harmonies of #72022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72022F

Black with #72022F

Text Example


Text Example

White with #72022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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