#720239

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

Shades of Tyrian Purple #720239

Tints of Tyrian Purple #720239

Color information

#720239 (or 0x720239) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 39. RGB value is (114,2,57). Sum of RGB (Red+Green+Blue) = 114+2+57=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720239 is #8DFDC6. Grayscale: #292929. Windows color (decimal): -9305543 or 3736178. OLE color: 3736178.

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

Color convert

RGB114257-
CMYK00.980.500.55
HSL330.54º96.55%22.75%-
HSV(B)330.54º98.25%44.71%-
XYZ7.73.924.22-
YUV41.76136.61179.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=65.90%
G=1.16%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425700.980.500.55330.5496.5522.75
Hex72239062323714b6117
Octal1622710142626751314127
Binary11100101011100101100010110010110111101001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720239; }

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

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

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

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

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

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

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

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