#710552

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

Shades of Tyrian Purple #710552

Tints of Tyrian Purple #710552

Color information

#710552 (or 0x710552) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 52. RGB value is (113,5,82). Sum of RGB (Red+Green+Blue) = 113+5+82=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710552 is #8EFAAD. Grayscale: #2D2D2D. Windows color (decimal): -9370286 or 5375345. OLE color: 5375345.

HSL color Cylindrical-coordinate representation of color #710552: hue angle of 317.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710552 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB113582-
CMYK00.960.270.56
HSL317.22º91.53%23.14%-
HSV(B)317.22º95.58%44.31%-
XYZ8.394.238.36-
YUV46.07148.28175.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=56.5%
G=2.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11358200.960.270.56317.2291.5323.14
Hex715520601B3813d5c17
Octal16151220140337047513427
Binary111000110110100100110000011011111000100111101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710552; }

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

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

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

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

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

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

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

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