#72033B

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

Shades of Tyrian Purple #72033B

Tints of Tyrian Purple #72033B

Color information

#72033B (or 0x72033B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 3B. RGB value is (114,3,59). Sum of RGB (Red+Green+Blue) = 114+3+59=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72033B is #8DFCC4. Grayscale: #2A2A2A. Windows color (decimal): -9305285 or 3867506. OLE color: 3867506.

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

Color convert

RGB114359-
CMYK00.970.480.55
HSL329.73º94.87%22.94%-
HSV(B)329.73º97.37%44.71%-
XYZ7.763.964.49-
YUV42.57137.27178.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=64.77%
G=1.70%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11435900.970.480.55329.7394.8722.94
Hex7233B061303714a5f17
Octal1623730141606751213727
Binary11100101111101101100001110000110111101001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72033B; }

 p { color: rgb(114,3,59); }

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

<style>
 a { background-color: #72033B; }

 a { background-color: rgb(114,3,59); }

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

<style>
 span { border-color: #72033B; }

 span { border-color: rgb(114,3,59); }

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