#72053f

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

Shades of Tyrian Purple #72053F

Tints of Tyrian Purple #72053F

Color information

#72053F (or 0x72053F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 3F. RGB value is (114,5,63). Sum of RGB (Red+Green+Blue) = 114+5+63=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72053F is #8DFAC0. Grayscale: #2C2C2C. Windows color (decimal): -9304769 or 4130162. OLE color: 4130162.

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

Color convert

RGB114563-
CMYK00.960.450.55
HSL328.07º91.6%23.33%-
HSV(B)328.07º95.61%44.71%-
XYZ7.894.045.07-
YUV44.2138.61177.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 63 (25% from 255) = 34.62%
R=62.64%
G=2.75%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11456300.960.450.55328.0791.623.33
Hex7253F0602D371485c17
Octal1625770140556751013427
Binary111001010111111101100000101101110111101001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72053f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72053f; }

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

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

<style>
 a { background-color: #72053f; }

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

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

<style>
 span { border-color: #72053f; }

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

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