#720557

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

Shades of Tyrian Purple #720557

Tints of Tyrian Purple #720557

Color information

#720557 (or 0x720557) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 57. RGB value is (114,5,87). Sum of RGB (Red+Green+Blue) = 114+5+87=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #720557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720557 is #8DFAA8. Grayscale: #2E2E2E. Windows color (decimal): -9304745 or 5703026. OLE color: 5703026.

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

Color convert

RGB114587-
CMYK00.960.240.55
HSL314.86º91.6%23.33%-
HSV(B)314.86º95.61%44.71%-
XYZ8.714.379.4-
YUV46.94150.61175.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=55.34%
G=2.43%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11458700.960.240.55314.8691.623.33
Hex72557060183713b5c17
Octal16251270140306747313427
Binary111001010110101110110000011000110111100111011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720557; }

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

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

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

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

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

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

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

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