#710568

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

Shades of Purple #710568

Tints of Purple #710568

Color information

#710568 (or 0x710568) is unknown color: approx Purple. HEX triplet: 71, 05 and 68. RGB value is (113,5,104). Sum of RGB (Red+Green+Blue) = 113+5+104=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #710568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710568 is #8EFA97. Grayscale: #303030. Windows color (decimal): -9370264 or 6817137. OLE color: 6817137.

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

Color convert

RGB1135104-
CMYK00.960.080.56
HSL305º91.53%23.14%-
HSV(B)305º95.58%44.31%-
XYZ9.364.6213.49-
YUV48.58159.28173.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=50.90%
G=2.25%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113510400.960.080.5630591.5323.14
Hex715680608381315c17
Octal16151500140107046113427
Binary11100011011101000011000001000111000100110001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710568; }

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

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

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

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

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

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

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

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