#72083F

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

Shades of Tyrian Purple #72083F

Tints of Tyrian Purple #72083F

Color information

#72083F (or 0x72083F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 3F. RGB value is (114,8,63). Sum of RGB (Red+Green+Blue) = 114+8+63=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72083F is #8DF7C0. Grayscale: #2D2D2D. Windows color (decimal): -9304001 or 4130930. OLE color: 4130930.

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

Color convert

RGB114863-
CMYK00.930.450.55
HSL328.87º86.89%23.92%-
HSV(B)328.87º92.98%44.71%-
XYZ7.924.115.08-
YUV45.96137.62176.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 63 (25% from 255) = 34.05%
R=61.62%
G=4.32%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486300.930.450.55328.8786.8923.92
Hex7283F05D2D371495718
Octal16210770135556751112730
Binary1110010100011111101011101101101110111101001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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