#72064C

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

Shades of Tyrian Purple #72064C

Tints of Tyrian Purple #72064C

Color information

#72064C (or 0x72064C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 4C. RGB value is (114,6,76). Sum of RGB (Red+Green+Blue) = 114+6+76=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72064C is #8DF9B3. Grayscale: #2E2E2E. Windows color (decimal): -9304500 or 4982386. OLE color: 4982386.

HSL color Cylindrical-coordinate representation of color #72064C: hue angle of 321.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72064C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB114676-
CMYK00.950.330.55
HSL321.11º90%23.53%-
HSV(B)321.11º94.74%44.71%-
XYZ8.314.237.22-
YUV46.27144.78176.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=58.16%
G=3.06%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11467600.950.330.55321.119023.53
Hex7264C05F21371415a18
Octal16261140137416750113230
Binary1110010110100110001011111100001110111101000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72064C; }

 p { color: rgb(114,6,76); }

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

<style>
 a { background-color: #72064C; }

 a { background-color: rgb(114,6,76); }

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

<style>
 span { border-color: #72064C; }

 span { border-color: rgb(114,6,76); }

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