#710B61

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

Shades of Palatinate Purple #710B61

Tints of Palatinate Purple #710B61

Color information

#710B61 (or 0x710B61) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 61. RGB value is (113,11,97). Sum of RGB (Red+Green+Blue) = 113+11+97=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B61 is #8EF49E. Grayscale: #333333. Windows color (decimal): -9368735 or 6359921. OLE color: 6359921.

HSL color Cylindrical-coordinate representation of color #710B61: hue angle of 309.41º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B61 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1131197-
CMYK00.900.140.56
HSL309.41º82.26%24.31%-
HSV(B)309.41º90.27%44.31%-
XYZ9.094.6111.72-
YUV51.3153.79172.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=51.13%
G=4.98%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113119700.900.140.56309.4182.2624.31
Hex71B6105AE381355218
Octal161131410132167046512230
Binary111000110111100001010110101110111000100110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710B61; }

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

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

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

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

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

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

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

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