#661553

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

Shades of Palatinate Purple #661553

Tints of Palatinate Purple #661553

Color information

#661553 (or 0x661553) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 53. RGB value is (102,21,83). Sum of RGB (Red+Green+Blue) = 102+21+83=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661553 is #99EAAC. Grayscale: #343434. Windows color (decimal): -10087085 or 5444966. OLE color: 5444966.

HSL color Cylindrical-coordinate representation of color #661553: hue angle of 314.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661553 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1022183-
CMYK00.790.190.6
HSL314.07º65.85%24.12%-
HSV(B)314.07º79.41%40%-
XYZ7.313.998.57-
YUV52.29145.34163.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=49.51%
G=10.19%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102218300.790.190.6314.0765.8524.12
Hex66155304F133C13a4218
Octal146251230117237447210230
Binary11001101010110100110100111110011111100100111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661553; }

 p { color: rgb(102,21,83); }

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

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

 a { background-color: rgb(102,21,83); }

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

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

 span { border-color: rgb(102,21,83); }

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