#72083E

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

Shades of Tyrian Purple #72083E

Tints of Tyrian Purple #72083E

Color information

#72083E (or 0x72083E) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 3E. RGB value is (114,8,62). Sum of RGB (Red+Green+Blue) = 114+8+62=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72083E is #8DF7C1. Grayscale: #2D2D2D. Windows color (decimal): -9304002 or 4065394. OLE color: 4065394.

HSL color Cylindrical-coordinate representation of color #72083E: hue angle of 329.43º 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 #72083E is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB114862-
CMYK00.930.460.55
HSL329.43º86.89%23.92%-
HSV(B)329.43º92.98%44.71%-
XYZ7.94.14.93-
YUV45.85137.12176.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=61.96%
G=4.35%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486200.930.460.55329.4386.8923.92
Hex7283E05D2E371495718
Octal16210760135566751112730
Binary1110010100011111001011101101110110111101001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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