#720956

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

Shades of Tyrian Purple #720956

Tints of Tyrian Purple #720956

Color information

#720956 (or 0x720956) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 56. RGB value is (114,9,86). Sum of RGB (Red+Green+Blue) = 114+9+86=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720956 is #8DF6A9. Grayscale: #303030. Windows color (decimal): -9303722 or 5638514. OLE color: 5638514.

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

Color convert

RGB114986-
CMYK00.920.250.55
HSL316º85.37%24.12%-
HSV(B)316º92.11%44.71%-
XYZ8.724.449.2-
YUV49.17148.79174.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=54.55%
G=4.31%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498600.920.250.5531685.3724.12
Hex7295605C193713c5518
Octal162111260134316747412530
Binary1110010100110101100101110011001110111100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720956; }

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

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

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

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

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

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

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

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