#720851

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

Shades of Tyrian Purple #720851

Tints of Tyrian Purple #720851

Color information

#720851 (or 0x720851) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 51. RGB value is (114,8,81). Sum of RGB (Red+Green+Blue) = 114+8+81=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720851 is #8DF7AE. Grayscale: #2F2F2F. Windows color (decimal): -9303983 or 5310578. OLE color: 5310578.

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

Color convert

RGB114881-
CMYK00.930.290.55
HSL318.68º86.89%23.92%-
HSV(B)318.68º92.98%44.71%-
XYZ8.514.358.17-
YUV48.02146.62175.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=56.16%
G=3.94%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11488100.930.290.55318.6886.8923.92
Hex7285105D1D3713f5718
Octal162101210135356747712730
Binary1110010100010100010101110111101110111100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720851; }

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

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

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

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

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

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

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

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