#612166

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

Shades of Palatinate Purple #612166

Tints of Palatinate Purple #612166

Color information

#612166 (or 0x612166) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 66. RGB value is (97,33,102). Sum of RGB (Red+Green+Blue) = 97+33+102=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #612166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612166 is #9EDE99. Grayscale: #3B3B3B. Windows color (decimal): -10411674 or 6693217. OLE color: 6693217.

HSL color Cylindrical-coordinate representation of color #612166: hue angle of 295.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612166 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9733102-
CMYK0.050.6800.6
HSL295.65º51.11%26.47%-
HSV(B)295.65º67.65%40%-
XYZ7.874.5913.04-
YUV60151.7154.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=41.81%
G=14.22%
B=43.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97331020.050.6800.6295.6551.1126.47
Hex61216654403C128331a
Octal1414114651040744506332
Binary110000110000111001101011000100011110010010100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612166; }

 p { color: rgb(97,33,102); }

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

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

 a { background-color: rgb(97,33,102); }

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

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

 span { border-color: rgb(97,33,102); }

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