#72002F

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

Shades of Tyrian Purple #72002F

Tints of Tyrian Purple #72002F

Color information

#72002F (or 0x72002F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 2F. RGB value is (114,0,47). Sum of RGB (Red+Green+Blue) = 114+0+47=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002F is #8DFFD0. Grayscale: #272727. Windows color (decimal): -9306065 or 3080306. OLE color: 3080306.

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

Color convert

RGB114047-
CMYK010.590.55
HSL335.26º100%22.35%-
HSV(B)335.26º100%44.71%-
XYZ7.453.783.03-
YUV39.44132.27181.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=70.81%
G=0%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114047010.590.55335.2610022.35
Hex7202F0643B3714f6416
Octal1620570144736751714426
Binary1110010010111101100100111011110111101001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72002F;
 }
 .AnyTagClassName
 {
   color: #72002F;
 }
</style>
background-color css

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

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

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

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

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

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