#72023D

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

Shades of Tyrian Purple #72023D

Tints of Tyrian Purple #72023D

Color information

#72023D (or 0x72023D) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 3D. RGB value is (114,2,61). Sum of RGB (Red+Green+Blue) = 114+2+61=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023D is #8DFDC2. Grayscale: #2A2A2A. Windows color (decimal): -9305539 or 3998322. OLE color: 3998322.

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

Color convert

RGB114261-
CMYK00.980.460.55
HSL328.39º96.55%22.75%-
HSV(B)328.39º98.25%44.71%-
XYZ7.83.964.77-
YUV42.21138.61179.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=64.41%
G=1.13%
B=34.46%

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
Decimal11426100.980.460.55328.3996.5522.75
Hex7223D0622E371486117
Octal1622750142566751014127
Binary11100101011110101100010101110110111101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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