#712566

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

Shades of Palatinate Purple #712566

Tints of Palatinate Purple #712566

Color information

#712566 (or 0x712566) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 66. RGB value is (113,37,102). Sum of RGB (Red+Green+Blue) = 113+37+102=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712566 is #8EDA99. Grayscale: #424242. Windows color (decimal): -9362074 or 6694257. OLE color: 6694257.

HSL color Cylindrical-coordinate representation of color #712566: hue angle of 308.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712566 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11337102-
CMYK00.670.100.56
HSL308.68º50.67%29.41%-
HSV(B)308.68º67.26%44.31%-
XYZ9.875.7913.17-
YUV67.13147.68160.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=44.84%
G=14.68%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133710200.670.100.56308.6850.6729.41
Hex712566043A38135331d
Octal16145146010312704656335
Binary1110001100101110011001000011101011100010011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712566; }

 p { color: rgb(113,37,102); }

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

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

 a { background-color: rgb(113,37,102); }

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

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

 span { border-color: rgb(113,37,102); }

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