#664561

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

Shades of Palatinate Purple #664561

Tints of Palatinate Purple #664561

Color information

#664561 (or 0x664561) is unknown color: approx Palatinate Purple. HEX triplet: 66, 45 and 61. RGB value is (102,69,97). Sum of RGB (Red+Green+Blue) = 102+69+97=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664561 is #99BA9E. Grayscale: #515151. Windows color (decimal): -10074783 or 6374758. OLE color: 6374758.

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

Color convert

RGB1026997-
CMYK00.320.050.6
HSL309.09º19.3%33.53%-
HSV(B)309.09º32.35%40%-
XYZ9.777.9412.33-
YUV82.06136.43142.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=38.06%
G=25.75%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102699700.320.050.6309.0919.333.53
Hex66456102053C1351322
Octal1461051410405744652342
Binary110011010001011100001010000010111110010011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664561; }

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

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

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

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

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

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

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

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