#720854

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

Shades of Tyrian Purple #720854

Tints of Tyrian Purple #720854

Color information

#720854 (or 0x720854) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 54. RGB value is (114,8,84). Sum of RGB (Red+Green+Blue) = 114+8+84=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #720854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720854 is #8DF7AB. Grayscale: #303030. Windows color (decimal): -9303980 or 5507186. OLE color: 5507186.

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

Color convert

RGB114884-
CMYK00.930.260.55
HSL316.98º86.89%23.92%-
HSV(B)316.98º92.98%44.71%-
XYZ8.634.398.78-
YUV48.36148.12174.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=55.34%
G=3.88%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11488400.930.260.55316.9886.8923.92
Hex7285405D1A3713d5718
Octal162101240135326747512730
Binary1110010100010101000101110111010110111100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720854; }

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

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

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

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

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

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

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

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