#720857

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

Shades of Tyrian Purple #720857

Tints of Tyrian Purple #720857

Color information

#720857 (or 0x720857) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 57. RGB value is (114,8,87). Sum of RGB (Red+Green+Blue) = 114+8+87=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720857 is #8DF7A8. Grayscale: #303030. Windows color (decimal): -9303977 or 5703794. OLE color: 5703794.

HSL color Cylindrical-coordinate representation of color #720857: hue angle of 315.28º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720857 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB114887-
CMYK00.930.240.55
HSL315.28º86.89%23.92%-
HSV(B)315.28º92.98%44.71%-
XYZ8.754.449.41-
YUV48.7149.62174.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=54.55%
G=3.83%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11488700.930.240.55315.2886.8923.92
Hex7285705D183713b5718
Octal162101270135306747312730
Binary1110010100010101110101110111000110111100111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720857; }

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

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

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

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

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

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

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

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