#72093C

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

Shades of Tyrian Purple #72093C

Tints of Tyrian Purple #72093C

Color information

#72093C (or 0x72093C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 3C. RGB value is (114,9,60). Sum of RGB (Red+Green+Blue) = 114+9+60=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72093C is #8DF6C3. Grayscale: #2E2E2E. Windows color (decimal): -9303748 or 3934578. OLE color: 3934578.

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

Color convert

RGB114960-
CMYK00.920.470.55
HSL330.86º85.37%24.12%-
HSV(B)330.86º92.11%44.71%-
XYZ7.854.14.65-
YUV46.21135.79176.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=62.30%
G=4.92%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496000.920.470.55330.8685.3724.12
Hex7293C05C2F3714b5518
Octal16211740134576751312530
Binary1110010100111110001011100101111110111101001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,9,60); }

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

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

 a { background-color: rgb(114,9,60); }

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

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

 span { border-color: rgb(114,9,60); }

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