#710851

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

Shades of Tyrian Purple #710851

Tints of Tyrian Purple #710851

Color information

#710851 (or 0x710851) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 51. RGB value is (113,8,81). Sum of RGB (Red+Green+Blue) = 113+8+81=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710851 is #8EF7AE. Grayscale: #2F2F2F. Windows color (decimal): -9369519 or 5310577. OLE color: 5310577.

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

Color convert

RGB113881-
CMYK00.930.280.56
HSL318.29º86.78%23.73%-
HSV(B)318.29º92.92%44.31%-
XYZ8.384.288.17-
YUV47.72146.79174.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=55.94%
G=3.96%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11388100.930.280.56318.2986.7823.73
Hex7185105D1C3813e5718
Octal161101210135347047612730
Binary1110001100010100010101110111100111000100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710851; }

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

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

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

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

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

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

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

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