#720237

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

Shades of Tyrian Purple #720237

Tints of Tyrian Purple #720237

Color information

#720237 (or 0x720237) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 37. RGB value is (114,2,55). Sum of RGB (Red+Green+Blue) = 114+2+55=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720237 is #8DFDC8. Grayscale: #292929. Windows color (decimal): -9305545 or 3605106. OLE color: 3605106.

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

Color convert

RGB114255-
CMYK00.980.520.55
HSL331.61º96.55%22.75%-
HSV(B)331.61º98.25%44.71%-
XYZ7.653.93.96-
YUV41.53135.61179.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=66.67%
G=1.17%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425500.980.520.55331.6196.5522.75
Hex72237062343714c6117
Octal1622670142646751414127
Binary11100101011011101100010110100110111101001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720237; }

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

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

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

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

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

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

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

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