#663354

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

Shades of Palatinate Purple #663354

Tints of Palatinate Purple #663354

Color information

#663354 (or 0x663354) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 54. RGB value is (102,51,84). Sum of RGB (Red+Green+Blue) = 102+51+84=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663354 is #99CCAB. Grayscale: #454545. Windows color (decimal): -10079404 or 5518182. OLE color: 5518182.

HSL color Cylindrical-coordinate representation of color #663354: hue angle of 321.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663354 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1025184-
CMYK00.50.180.6
HSL321.18º33.33%30%-
HSV(B)321.18º50%40%-
XYZ8.265.839.08-
YUV70.01135.9150.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=43.04%
G=21.52%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102518400.50.180.6321.1833.3330
Hex663354032123C141211e
Octal1466312406222745014136
Binary1100110110011101010001100101001011110010100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663354; }

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

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

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

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

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

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

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

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