#664460

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

Shades of Palatinate Purple #664460

Tints of Palatinate Purple #664460

Color information

#664460 (or 0x664460) is unknown color: approx Palatinate Purple. HEX triplet: 66, 44 and 60. RGB value is (102,68,96). Sum of RGB (Red+Green+Blue) = 102+68+96=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664460 is #99BB9F. Grayscale: #515151. Windows color (decimal): -10075040 or 6308966. OLE color: 6308966.

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

Color convert

RGB1026896-
CMYK00.330.060.6
HSL310.59º20%33.33%-
HSV(B)310.59º33.33%40%-
XYZ9.667.812.06-
YUV81.36136.26142.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=38.35%
G=25.56%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102689600.330.060.6310.592033.33
Hex66446002163C1371421
Octal1461041400416744672441
Binary110011010001001100000010000111011110010011011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664460; }

 p { color: rgb(102,68,96); }

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

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

 a { background-color: rgb(102,68,96); }

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

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

 span { border-color: rgb(102,68,96); }

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