#664061

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

Shades of Palatinate Purple #664061

Tints of Palatinate Purple #664061

Color information

#664061 (or 0x664061) is unknown color: approx Palatinate Purple. HEX triplet: 66, 40 and 61. RGB value is (102,64,97). Sum of RGB (Red+Green+Blue) = 102+64+97=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664061 is #99BF9E. Grayscale: #4F4F4F. Windows color (decimal): -10076063 or 6373478. OLE color: 6373478.

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

Color convert

RGB1026497-
CMYK00.370.050.6
HSL307.89º22.89%32.55%-
HSV(B)307.89º37.25%40%-
XYZ9.477.3512.23-
YUV79.12138.09144.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=38.78%
G=24.33%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102649700.370.050.6307.8922.8932.55
Hex66406102553C1341721
Octal1461001410455744642741
Binary110011010000001100001010010110111110010011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664061; }

 p { color: rgb(102,64,97); }

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

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

 a { background-color: rgb(102,64,97); }

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

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

 span { border-color: rgb(102,64,97); }

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