#710856

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

Shades of Tyrian Purple #710856

Tints of Tyrian Purple #710856

Color information

#710856 (or 0x710856) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 56. RGB value is (113,8,86). Sum of RGB (Red+Green+Blue) = 113+8+86=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #710856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710856 is #8EF7A9. Grayscale: #303030. Windows color (decimal): -9369514 or 5638257. OLE color: 5638257.

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

Color convert

RGB113886-
CMYK00.930.240.56
HSL315.43º86.78%23.73%-
HSV(B)315.43º92.92%44.31%-
XYZ8.584.369.19-
YUV48.29149.29174.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=54.59%
G=3.86%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11388600.930.240.56315.4386.7823.73
Hex7185605D183813b5718
Octal161101260135307047312730
Binary1110001100010101100101110111000111000100111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710856; }

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

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

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

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

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

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

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

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