#712A61

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

Shades of Palatinate Purple #712A61

Tints of Palatinate Purple #712A61

Color information

#712A61 (or 0x712A61) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2A and 61. RGB value is (113,42,97). Sum of RGB (Red+Green+Blue) = 113+42+97=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A61 is #8ED59E. Grayscale: #454545. Windows color (decimal): -9360799 or 6367857. OLE color: 6367857.

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

Color convert

RGB1134297-
CMYK00.630.140.56
HSL313.52º45.81%30.39%-
HSV(B)313.52º62.83%44.31%-
XYZ9.86.0311.96-
YUV69.5143.52159.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=44.84%
G=16.67%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113429700.630.140.56313.5245.8130.39
Hex712A6103FE3813a2e1e
Octal1615214107716704725636
Binary111000110101011000010111111111011100010011101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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