#712962

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

Shades of Palatinate Purple #712962

Tints of Palatinate Purple #712962

Color information

#712962 (or 0x712962) is unknown color: approx Palatinate Purple. HEX triplet: 71, 29 and 62. RGB value is (113,41,98). Sum of RGB (Red+Green+Blue) = 113+41+98=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712962 is #8ED69D. Grayscale: #444444. Windows color (decimal): -9361054 or 6433137. OLE color: 6433137.

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

Color convert

RGB1134198-
CMYK00.640.130.56
HSL312.5º46.75%30.2%-
HSV(B)312.5º63.72%44.31%-
XYZ9.815.9812.19-
YUV69.03144.35159.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=44.84%
G=16.27%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113419800.640.130.56312.546.7530.2
Hex712962040D381382f1e
Octal16151142010015704705736
Binary1110001101001110001001000000110111100010011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712962; }

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

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

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

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

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

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

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

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