#661D56

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

Shades of Palatinate Purple #661D56

Tints of Palatinate Purple #661D56

Color information

#661D56 (or 0x661D56) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1D and 56. RGB value is (102,29,86). Sum of RGB (Red+Green+Blue) = 102+29+86=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #661D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D56 is #99E2A9. Grayscale: #393939. Windows color (decimal): -10085034 or 5643622. OLE color: 5643622.

HSL color Cylindrical-coordinate representation of color #661D56: hue angle of 313.15º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D56 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1022986-
CMYK00.720.160.6
HSL313.15º55.73%25.69%-
HSV(B)313.15º71.57%40%-
XYZ7.64.389.25-
YUV57.32144.18159.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=47.00%
G=13.36%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102298600.720.160.6313.1555.7325.69
Hex661D56048103C139381a
Octal14635126011020744717032
Binary1100110111011010110010010001000011110010011100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,29,86); }

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

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

 a { background-color: rgb(102,29,86); }

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

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

 span { border-color: rgb(102,29,86); }

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