#710A64

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

Shades of Palatinate Purple #710A64

Tints of Palatinate Purple #710A64

Color information

#710A64 (or 0x710A64) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0A and 64. RGB value is (113,10,100). Sum of RGB (Red+Green+Blue) = 113+10+100=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A64 is #8EF59B. Grayscale: #323232. Windows color (decimal): -9368988 or 6556273. OLE color: 6556273.

HSL color Cylindrical-coordinate representation of color #710A64: hue angle of 307.57º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A64 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11310100-
CMYK00.910.120.56
HSL307.57º83.74%24.12%-
HSV(B)307.57º91.15%44.31%-
XYZ9.224.6512.47-
YUV51.06155.62172.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=50.67%
G=4.48%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131010000.910.120.56307.5783.7424.12
Hex71A6405BC381345418
Octal161121440133147046412430
Binary111000110101100100010110111100111000100110100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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