#712261

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

Shades of Palatinate Purple #712261

Tints of Palatinate Purple #712261

Color information

#712261 (or 0x712261) is unknown color: approx Palatinate Purple. HEX triplet: 71, 22 and 61. RGB value is (113,34,97). Sum of RGB (Red+Green+Blue) = 113+34+97=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #712261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712261 is #8EDD9E. Grayscale: #404040. Windows color (decimal): -9362847 or 6365809. OLE color: 6365809.

HSL color Cylindrical-coordinate representation of color #712261: hue angle of 312.15º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712261 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1133497-
CMYK00.700.140.56
HSL312.15º53.74%28.82%-
HSV(B)312.15º69.91%44.31%-
XYZ9.545.5211.87-
YUV64.8146.17162.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=46.31%
G=13.93%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113349700.700.140.56312.1553.7428.82
Hex712261046E38138361d
Octal16142141010616704706635
Binary1110001100010110000101000110111011100010011100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712261; }

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

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

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

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

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

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

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

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