#710858

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

Shades of Tyrian Purple #710858

Tints of Tyrian Purple #710858

Color information

#710858 (or 0x710858) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 58. RGB value is (113,8,88). Sum of RGB (Red+Green+Blue) = 113+8+88=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #710858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710858 is #8EF7A7. Grayscale: #303030. Windows color (decimal): -9369512 or 5769329. OLE color: 5769329.

HSL color Cylindrical-coordinate representation of color #710858: hue angle of 314.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710858 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB113888-
CMYK00.930.220.56
HSL314.29º86.78%23.73%-
HSV(B)314.29º92.92%44.31%-
XYZ8.664.399.62-
YUV48.52150.29174-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=54.07%
G=3.83%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11388800.930.220.56314.2986.7823.73
Hex7185805D163813a5718
Octal161101300135267047212730
Binary1110001100010110000101110110110111000100111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710858; }

 p { color: rgb(113,8,88); }

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

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

 a { background-color: rgb(113,8,88); }

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

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

 span { border-color: rgb(113,8,88); }

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