#612456

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

Shades of Palatinate Purple #612456

Tints of Palatinate Purple #612456

Color information

#612456 (or 0x612456) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 56. RGB value is (97,36,86). Sum of RGB (Red+Green+Blue) = 97+36+86=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612456 is #9EDBA9. Grayscale: #3B3B3B. Windows color (decimal): -10410922 or 5645409. OLE color: 5645409.

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

Color convert

RGB973686-
CMYK00.630.110.62
HSL310.82º45.86%26.08%-
HSV(B)310.82º62.89%38.04%-
XYZ7.244.489.29-
YUV59.94142.71154.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=44.29%
G=16.44%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97368600.630.110.62310.8245.8626.08
Hex61245603FB3E1372e1a
Octal1414412607713764675632
Binary110000110010010101100111111101111111010011011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612456; }

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

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

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

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

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

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

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

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