#661554

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

Shades of Palatinate Purple #661554

Tints of Palatinate Purple #661554

Color information

#661554 (or 0x661554) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 54. RGB value is (102,21,84). Sum of RGB (Red+Green+Blue) = 102+21+84=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661554 is #99EAAB. Grayscale: #343434. Windows color (decimal): -10087084 or 5510502. OLE color: 5510502.

HSL color Cylindrical-coordinate representation of color #661554: hue angle of 313.33º 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 #661554 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1022184-
CMYK00.790.180.6
HSL313.33º65.85%24.12%-
HSV(B)313.33º79.41%40%-
XYZ7.3548.77-
YUV52.4145.84163.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=49.28%
G=10.14%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102218400.790.180.6313.3365.8524.12
Hex66155404F123C1394218
Octal146251240117227447110230
Binary11001101010110101000100111110010111100100111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661554; }

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

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

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

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

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

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

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

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