#612956

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

Shades of Palatinate Purple #612956

Tints of Palatinate Purple #612956

Color information

#612956 (or 0x612956) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 56. RGB value is (97,41,86). Sum of RGB (Red+Green+Blue) = 97+41+86=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612956 is #9ED6A9. Grayscale: #3E3E3E. Windows color (decimal): -10409642 or 5646689. OLE color: 5646689.

HSL color Cylindrical-coordinate representation of color #612956: hue angle of 311.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612956 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB974186-
CMYK00.580.110.62
HSL311.79º40.58%27.06%-
HSV(B)311.79º57.73%38.04%-
XYZ7.44.89.34-
YUV62.87141.05152.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=43.30%
G=18.30%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418600.580.110.62311.7940.5827.06
Hex61295603AB3E138291b
Octal1415112607213764705133
Binary110000110100110101100111010101111111010011100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612956; }

 p { color: rgb(97,41,86); }

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

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

 a { background-color: rgb(97,41,86); }

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

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

 span { border-color: rgb(97,41,86); }

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