#712462

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

Shades of Palatinate Purple #712462

Tints of Palatinate Purple #712462

Color information

#712462 (or 0x712462) is unknown color: approx Palatinate Purple. HEX triplet: 71, 24 and 62. RGB value is (113,36,98). Sum of RGB (Red+Green+Blue) = 113+36+98=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712462 is #8EDB9D. Grayscale: #414141. Windows color (decimal): -9362334 or 6431857. OLE color: 6431857.

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

Color convert

RGB1133698-
CMYK00.680.130.56
HSL311.69º51.68%29.22%-
HSV(B)311.69º68.14%44.31%-
XYZ9.655.6512.14-
YUV66.09146.01161.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=45.75%
G=14.57%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113369800.680.130.56311.6951.6829.22
Hex712462044D38138341d
Octal16144142010415704706435
Binary1110001100100110001001000100110111100010011100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712462; }

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

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

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

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

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

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

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

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