#612856

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

Shades of Palatinate Purple #612856

Tints of Palatinate Purple #612856

Color information

#612856 (or 0x612856) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 56. RGB value is (97,40,86). Sum of RGB (Red+Green+Blue) = 97+40+86=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612856 is #9ED7A9. Grayscale: #3E3E3E. Windows color (decimal): -10409898 or 5646433. OLE color: 5646433.

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

Color convert

RGB974086-
CMYK00.590.110.62
HSL311.58º41.61%26.86%-
HSV(B)311.58º58.76%38.04%-
XYZ7.374.739.33-
YUV62.29141.38152.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=43.50%
G=17.94%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408600.590.110.62311.5841.6126.86
Hex61285603BB3E1382a1b
Octal1415012607313764705233
Binary110000110100010101100111011101111111010011100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612856; }

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

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

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

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

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

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

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

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