#710B65

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

Shades of Palatinate Purple #710B65

Tints of Palatinate Purple #710B65

Color information

#710B65 (or 0x710B65) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 65. RGB value is (113,11,101). Sum of RGB (Red+Green+Blue) = 113+11+101=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B65 is #8EF49A. Grayscale: #333333. Windows color (decimal): -9368731 or 6622065. OLE color: 6622065.

HSL color Cylindrical-coordinate representation of color #710B65: hue angle of 307.06º 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 #710B65 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11311101-
CMYK00.900.110.56
HSL307.06º82.26%24.31%-
HSV(B)307.06º90.27%44.31%-
XYZ9.284.6912.73-
YUV51.76155.79171.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=50.22%
G=4.89%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131110100.900.110.56307.0682.2624.31
Hex71B6505AB381335218
Octal161131450132137046312230
Binary111000110111100101010110101011111000100110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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