#612556

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

Shades of Palatinate Purple #612556

Tints of Palatinate Purple #612556

Color information

#612556 (or 0x612556) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 56. RGB value is (97,37,86). Sum of RGB (Red+Green+Blue) = 97+37+86=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612556 is #9EDAA9. Grayscale: #3C3C3C. Windows color (decimal): -10410666 or 5645665. OLE color: 5645665.

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

Color convert

RGB973786-
CMYK00.620.110.62
HSL311º44.78%26.27%-
HSV(B)311º61.86%38.04%-
XYZ7.274.549.3-
YUV60.53142.38154.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=44.09%
G=16.82%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97378600.620.110.6231144.7826.27
Hex61255603EB3E1372d1a
Octal1414512607613764675532
Binary110000110010110101100111110101111111010011011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612556; }

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

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

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

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

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

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

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

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