#710852

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

Shades of Tyrian Purple #710852

Tints of Tyrian Purple #710852

Color information

#710852 (or 0x710852) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 52. RGB value is (113,8,82). Sum of RGB (Red+Green+Blue) = 113+8+82=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710852 is #8EF7AD. Grayscale: #2F2F2F. Windows color (decimal): -9369518 or 5376113. OLE color: 5376113.

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

Color convert

RGB113882-
CMYK00.930.270.56
HSL317.71º86.78%23.73%-
HSV(B)317.71º92.92%44.31%-
XYZ8.424.298.37-
YUV47.83147.29174.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=55.67%
G=3.94%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11388200.930.270.56317.7186.7823.73
Hex7185205D1B3813e5718
Octal161101220135337047612730
Binary1110001100010100100101110111011111000100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710852; }

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

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

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

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

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

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

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

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