#72022F

Color #72022F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #72022F

Tints of Tyrian Purple #72022F

Color information

#72022F (or 0x72022F) is unknown color: approx 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

RGB114247-
CMYK00.980.590.55
HSL335.89º96.55%22.75%-
HSV(B)335.89º98.25%44.71%-
XYZ7.473.833.03-
YUV40.62131.61180.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424700.980.590.55335.8996.5522.75
Hex7222F0623B371506117
Octal1622570142736752014127
Binary11100101010111101100010111011110111101010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>