#612060

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

Shades of Palatinate Purple #612060

Tints of Palatinate Purple #612060

Color information

#612060 (or 0x612060) is unknown color: approx Palatinate Purple. HEX triplet: 61, 20 and 60. RGB value is (97,32,96). Sum of RGB (Red+Green+Blue) = 97+32+96=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612060 is #9EDF9F. Grayscale: #3A3A3A. Windows color (decimal): -10411936 or 6299745. OLE color: 6299745.

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

Color convert

RGB973296-
CMYK00.670.010.62
HSL300.92º50.39%25.29%-
HSV(B)300.92º67.01%38.04%-
XYZ7.564.4211.52-
YUV58.73149.03155.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=43.11%
G=14.22%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97329600.670.010.62300.9250.3925.29
Hex61206004313E12d3219
Octal1414014001031764556231
Binary1100001100000110000001000011111111010010110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612060; }

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

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

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

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

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

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

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

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