#712861

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

Shades of Palatinate Purple #712861

Tints of Palatinate Purple #712861

Color information

#712861 (or 0x712861) is unknown color: approx Palatinate Purple. HEX triplet: 71, 28 and 61. RGB value is (113,40,97). Sum of RGB (Red+Green+Blue) = 113+40+97=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712861 is #8ED79E. Grayscale: #444444. Windows color (decimal): -9361311 or 6367345. OLE color: 6367345.

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

Color convert

RGB1134097-
CMYK00.650.140.56
HSL313.15º47.71%30%-
HSV(B)313.15º64.6%44.31%-
XYZ9.735.8911.93-
YUV68.32144.18159.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=45.2%
G=16%
B=38.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113409700.650.140.56313.1547.7130
Hex712861041E38139301e
Octal16150141010116704716036
Binary1110001101000110000101000001111011100010011100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712861; }

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

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

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

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

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

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

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

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