#720856

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

Shades of Tyrian Purple #720856

Tints of Tyrian Purple #720856

Color information

#720856 (or 0x720856) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 56. RGB value is (114,8,86). Sum of RGB (Red+Green+Blue) = 114+8+86=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720856 is #8DF7A9. Grayscale: #303030. Windows color (decimal): -9303978 or 5638258. OLE color: 5638258.

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

Color convert

RGB114886-
CMYK00.930.250.55
HSL315.85º86.89%23.92%-
HSV(B)315.85º92.98%44.71%-
XYZ8.714.429.2-
YUV48.59149.12174.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=54.81%
G=3.85%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11488600.930.250.55315.8586.8923.92
Hex7285605D193713c5718
Octal162101260135316747412730
Binary1110010100010101100101110111001110111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720856; }

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

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

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

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

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

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

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

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