#712662

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

Shades of Palatinate Purple #712662

Tints of Palatinate Purple #712662

Color information

#712662 (or 0x712662) is unknown color: approx Palatinate Purple. HEX triplet: 71, 26 and 62. RGB value is (113,38,98). Sum of RGB (Red+Green+Blue) = 113+38+98=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712662 is #8ED99D. Grayscale: #434343. Windows color (decimal): -9361822 or 6432369. OLE color: 6432369.

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

Color convert

RGB1133898-
CMYK00.660.130.56
HSL312º49.67%29.61%-
HSV(B)312º66.37%44.31%-
XYZ9.715.7812.16-
YUV67.26145.35160.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=45.38%
G=15.26%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113389800.660.130.5631249.6729.61
Hex712662042D38138321e
Octal16146142010215704706236
Binary1110001100110110001001000010110111100010011100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712662; }

 p { color: rgb(113,38,98); }

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

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

 a { background-color: rgb(113,38,98); }

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

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

 span { border-color: rgb(113,38,98); }

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