#710561

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

Shades of Palatinate Purple #710561

Tints of Palatinate Purple #710561

Color information

#710561 (or 0x710561) is unknown color: approx Palatinate Purple. HEX triplet: 71, 05 and 61. RGB value is (113,5,97). Sum of RGB (Red+Green+Blue) = 113+5+97=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710561 is #8EFA9E. Grayscale: #2F2F2F. Windows color (decimal): -9370271 or 6358385. OLE color: 6358385.

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

Color convert

RGB113597-
CMYK00.960.140.56
HSL308.89º91.53%23.14%-
HSV(B)308.89º95.58%44.31%-
XYZ9.024.4811.7-
YUV47.78155.78174.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=52.56%
G=2.33%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11359700.960.140.56308.8991.5323.14
Hex71561060E381355c17
Octal16151410140167046513427
Binary11100011011100001011000001110111000100110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710561; }

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

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

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

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

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

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

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

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