#661C5C

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

Shades of Palatinate Purple #661C5C

Tints of Palatinate Purple #661C5C

Color information

#661C5C (or 0x661C5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1C and 5C. RGB value is (102,28,92). Sum of RGB (Red+Green+Blue) = 102+28+92=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #661C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C5C is #99E3A3. Grayscale: #393939. Windows color (decimal): -10085284 or 6036582. OLE color: 6036582.

HSL color Cylindrical-coordinate representation of color #661C5C: hue angle of 308.11º 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 #661C5C is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1022892-
CMYK00.730.100.6
HSL308.11º56.92%25.49%-
HSV(B)308.11º72.55%40%-
XYZ7.834.4310.57-
YUV57.42147.52159.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=45.95%
G=12.61%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102289200.730.100.6308.1156.9225.49
Hex661C5C049A3C1343919
Octal14634134011112744647131
Binary110011011100101110001001001101011110010011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C5C; }

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

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

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

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

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

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

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

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