#664161

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

Shades of Palatinate Purple #664161

Tints of Palatinate Purple #664161

Color information

#664161 (or 0x664161) is unknown color: approx Palatinate Purple. HEX triplet: 66, 41 and 61. RGB value is (102,65,97). Sum of RGB (Red+Green+Blue) = 102+65+97=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #664161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664161 is #99BE9E. Grayscale: #4F4F4F. Windows color (decimal): -10075807 or 6373734. OLE color: 6373734.

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

Color convert

RGB1026597-
CMYK00.360.050.6
HSL308.11º22.16%32.75%-
HSV(B)308.11º36.27%40%-
XYZ9.537.4712.25-
YUV79.71137.76143.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=38.64%
G=24.62%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102659700.360.050.6308.1122.1632.75
Hex66416102453C1341621
Octal1461011410445744642641
Binary110011010000011100001010010010111110010011010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664161; }

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

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

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

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

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

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

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

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