#712D61

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

Shades of Palatinate Purple #712D61

Tints of Palatinate Purple #712D61

Color information

#712D61 (or 0x712D61) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2D and 61. RGB value is (113,45,97). Sum of RGB (Red+Green+Blue) = 113+45+97=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D61 is #8ED29E. Grayscale: #474747. Windows color (decimal): -9360031 or 6368625. OLE color: 6368625.

HSL color Cylindrical-coordinate representation of color #712D61: hue angle of 314.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D61 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1134597-
CMYK00.600.140.56
HSL314.12º43.04%30.98%-
HSV(B)314.12º60.18%44.31%-
XYZ9.916.2511.99-
YUV71.26142.53157.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=44.31%
G=17.65%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113459700.600.140.56314.1243.0430.98
Hex712D6103CE3813a2b1f
Octal1615514107416704725337
Binary111000110110111000010111100111011100010011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,97); }

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

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

 a { background-color: rgb(113,45,97); }

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

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

 span { border-color: rgb(113,45,97); }

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