#712F62

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

Shades of Palatinate Purple #712F62

Tints of Palatinate Purple #712F62

Color information

#712F62 (or 0x712F62) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2F and 62. RGB value is (113,47,98). Sum of RGB (Red+Green+Blue) = 113+47+98=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F62 is #8ED09D. Grayscale: #484848. Windows color (decimal): -9359518 or 6434673. OLE color: 6434673.

HSL color Cylindrical-coordinate representation of color #712F62: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F62 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1134798-
CMYK00.580.130.56
HSL313.64º41.25%31.37%-
HSV(B)313.64º58.41%44.31%-
XYZ10.036.4312.27-
YUV72.55142.37156.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=43.80%
G=18.22%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113479800.580.130.56313.6441.2531.37
Hex712F6203AD3813a291f
Octal1615714207215704725137
Binary111000110111111000100111010110111100010011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712F62; }

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

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

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

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

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

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

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

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