#710569

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

Shades of Purple #710569

Tints of Purple #710569

Color information

#710569 (or 0x710569) is unknown color: approx Purple. HEX triplet: 71, 05 and 69. RGB value is (113,5,105). Sum of RGB (Red+Green+Blue) = 113+5+105=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710569 is #8EFA96. Grayscale: #303030. Windows color (decimal): -9370263 or 6882673. OLE color: 6882673.

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

Color convert

RGB1135105-
CMYK00.960.070.56
HSL304.44º91.53%23.14%-
HSV(B)304.44º95.58%44.31%-
XYZ9.414.6413.76-
YUV48.69159.78173.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=50.67%
G=2.24%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113510500.960.070.56304.4491.5323.14
Hex715690607381305c17
Octal1615151014077046013427
Binary1110001101110100101100000111111000100110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710569; }

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

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

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

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

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

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

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

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