#710B64

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

Shades of Palatinate Purple #710B64

Tints of Palatinate Purple #710B64

Color information

#710B64 (or 0x710B64) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 64. RGB value is (113,11,100). Sum of RGB (Red+Green+Blue) = 113+11+100=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B64 is #8EF49B. Grayscale: #333333. Windows color (decimal): -9368732 or 6556529. OLE color: 6556529.

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

Color convert

RGB11311100-
CMYK00.900.120.56
HSL307.65º82.26%24.31%-
HSV(B)307.65º90.27%44.31%-
XYZ9.234.6712.47-
YUV51.64155.29171.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=50.45%
G=4.91%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131110000.900.120.56307.6582.2624.31
Hex71B6405AC381345218
Octal161131440132147046412230
Binary111000110111100100010110101100111000100110100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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