#612460

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

Shades of Palatinate Purple #612460

Tints of Palatinate Purple #612460

Color information

#612460 (or 0x612460) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 60. RGB value is (97,36,96). Sum of RGB (Red+Green+Blue) = 97+36+96=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #612460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612460 is #9EDB9F. Grayscale: #3C3C3C. Windows color (decimal): -10410912 or 6300769. OLE color: 6300769.

HSL color Cylindrical-coordinate representation of color #612460: hue angle of 300.98º 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 #612460 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB973696-
CMYK00.630.010.62
HSL300.98º45.86%26.08%-
HSV(B)300.98º62.89%38.04%-
XYZ7.674.6511.56-
YUV61.08147.71153.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=42.36%
G=15.72%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97369600.630.010.62300.9845.8626.08
Hex61246003F13E12d2e1a
Octal141441400771764555632
Binary110000110010011000000111111111111010010110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612460; }

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

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

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

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

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

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

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

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