#720555

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

Shades of Tyrian Purple #720555

Tints of Tyrian Purple #720555

Color information

#720555 (or 0x720555) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 55. RGB value is (114,5,85). Sum of RGB (Red+Green+Blue) = 114+5+85=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720555 is #8DFAAA. Grayscale: #2E2E2E. Windows color (decimal): -9304747 or 5571954. OLE color: 5571954.

HSL color Cylindrical-coordinate representation of color #720555: hue angle of 315.96º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720555 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB114585-
CMYK00.960.250.55
HSL315.96º91.6%23.33%-
HSV(B)315.96º95.61%44.71%-
XYZ8.634.348.98-
YUV46.71149.61176-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=55.88%
G=2.45%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11458500.960.250.55315.9691.623.33
Hex72555060193713c5c17
Octal16251250140316747413427
Binary111001010110101010110000011001110111100111100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720555; }

 p { color: rgb(114,5,85); }

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

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

 a { background-color: rgb(114,5,85); }

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

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

 span { border-color: rgb(114,5,85); }

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