#611C66

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

Shades of Palatinate Purple #611C66

Tints of Palatinate Purple #611C66

Color information

#611C66 (or 0x611C66) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1C and 66. RGB value is (97,28,102). Sum of RGB (Red+Green+Blue) = 97+28+102=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #611C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C66 is #9EE399. Grayscale: #383838. Windows color (decimal): -10412954 or 6691937. OLE color: 6691937.

HSL color Cylindrical-coordinate representation of color #611C66: hue angle of 295.95º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611C66 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9728102-
CMYK0.050.7300.6
HSL295.95º56.92%25.49%-
HSV(B)295.95º72.55%40%-
XYZ7.744.3313-
YUV57.07153.36156.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=42.73%
G=12.33%
B=44.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97281020.050.7300.6295.9556.9225.49
Hex611C6654903C1283919
Octal1413414651110744507131
Binary11000011110011001101011001001011110010010100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C66; }

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

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

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

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

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

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

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

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