#72023E

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

Shades of Tyrian Purple #72023E

Tints of Tyrian Purple #72023E

Color information

#72023E (or 0x72023E) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 3E. RGB value is (114,2,62). Sum of RGB (Red+Green+Blue) = 114+2+62=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023E is #8DFDC1. Grayscale: #2A2A2A. Windows color (decimal): -9305538 or 4063858. OLE color: 4063858.

HSL color Cylindrical-coordinate representation of color #72023E: hue angle of 327.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72023E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB114262-
CMYK00.980.460.55
HSL327.86º96.55%22.75%-
HSV(B)327.86º98.25%44.71%-
XYZ7.833.974.91-
YUV42.33139.11179.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=64.04%
G=1.12%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11426200.980.460.55327.8696.5522.75
Hex7223E0622E371486117
Octal1622760142566751014127
Binary11100101011111001100010101110110111101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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