#712766

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

Shades of Palatinate Purple #712766

Tints of Palatinate Purple #712766

Color information

#712766 (or 0x712766) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 66. RGB value is (113,39,102). Sum of RGB (Red+Green+Blue) = 113+39+102=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #712766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712766 is #8ED899. Grayscale: #444444. Windows color (decimal): -9361562 or 6694769. OLE color: 6694769.

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

Color convert

RGB11339102-
CMYK00.650.100.56
HSL308.92º48.68%29.8%-
HSV(B)308.92º65.49%44.31%-
XYZ9.935.9213.19-
YUV68.31147.02159.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=44.49%
G=15.35%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133910200.650.100.56308.9248.6829.8
Hex712766041A38135311e
Octal16147146010112704656136
Binary1110001100111110011001000001101011100010011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712766; }

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

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

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

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

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

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

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

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