#612056

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

Shades of Palatinate Purple #612056

Tints of Palatinate Purple #612056

Color information

#612056 (or 0x612056) is unknown color: approx Palatinate Purple. HEX triplet: 61, 20 and 56. RGB value is (97,32,86). Sum of RGB (Red+Green+Blue) = 97+32+86=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612056 is #9EDFA9. Grayscale: #393939. Windows color (decimal): -10411946 or 5644385. OLE color: 5644385.

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

Color convert

RGB973286-
CMYK00.670.110.62
HSL310.15º50.39%25.29%-
HSV(B)310.15º67.01%38.04%-
XYZ7.134.259.25-
YUV57.59144.03156.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 86 (33.98% from 255) = 40%
R=45.12%
G=14.88%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97328600.670.110.62310.1550.3925.29
Hex612056043B3E1363219
Octal14140126010313764666231
Binary1100001100000101011001000011101111111010011011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612056; }

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

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

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

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

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

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

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

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