#664461

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

Shades of Palatinate Purple #664461

Tints of Palatinate Purple #664461

Color information

#664461 (or 0x664461) is unknown color: approx Palatinate Purple. HEX triplet: 66, 44 and 61. RGB value is (102,68,97). Sum of RGB (Red+Green+Blue) = 102+68+97=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #664461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664461 is #99BB9E. Grayscale: #515151. Windows color (decimal): -10075039 or 6374502. OLE color: 6374502.

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

Color convert

RGB1026897-
CMYK00.330.050.6
HSL308.82º20%33.33%-
HSV(B)308.82º33.33%40%-
XYZ9.77.8212.31-
YUV81.47136.76142.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=38.20%
G=25.47%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102689700.330.050.6308.822033.33
Hex66446102153C1351421
Octal1461041410415744652441
Binary110011010001001100001010000110111110010011010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664461; }

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

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

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

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

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

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

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

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