#72093F

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

Shades of Tyrian Purple #72093F

Tints of Tyrian Purple #72093F

Color information

#72093F (or 0x72093F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 3F. RGB value is (114,9,63). Sum of RGB (Red+Green+Blue) = 114+9+63=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #72093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72093F is #8DF6C0. Grayscale: #2E2E2E. Windows color (decimal): -9303745 or 4131186. OLE color: 4131186.

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

Color convert

RGB114963-
CMYK00.920.450.55
HSL329.14º85.37%24.12%-
HSV(B)329.14º92.11%44.71%-
XYZ7.934.135.08-
YUV46.55137.29176.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 63 (25% from 255) = 33.87%
R=61.29%
G=4.84%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496300.920.450.55329.1485.3724.12
Hex7293F05C2D371495518
Octal16211770134556751112530
Binary1110010100111111101011100101101110111101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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