#720855

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

Shades of Tyrian Purple #720855

Tints of Tyrian Purple #720855

Color information

#720855 (or 0x720855) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 55. RGB value is (114,8,85). Sum of RGB (Red+Green+Blue) = 114+8+85=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720855 is #8DF7AA. Grayscale: #303030. Windows color (decimal): -9303979 or 5572722. OLE color: 5572722.

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

Color convert

RGB114885-
CMYK00.930.250.55
HSL316.42º86.89%23.92%-
HSV(B)316.42º92.98%44.71%-
XYZ8.674.418.99-
YUV48.47148.62174.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=55.07%
G=3.86%
B=41.06%

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
Decimal11488500.930.250.55316.4286.8923.92
Hex7285505D193713c5718
Octal162101250135316747412730
Binary1110010100010101010101110111001110111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720855; }

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

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

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

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

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

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

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

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