#654561

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

Shades of Palatinate Purple #654561

Tints of Palatinate Purple #654561

Color information

#654561 (or 0x654561) is unknown color: approx Palatinate Purple. HEX triplet: 65, 45 and 61. RGB value is (101,69,97). Sum of RGB (Red+Green+Blue) = 101+69+97=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #654561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654561 is #9ABA9E. Grayscale: #515151. Windows color (decimal): -10140319 or 6374757. OLE color: 6374757.

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

Color convert

RGB1016997-
CMYK00.320.040.60
HSL307.5º18.82%33.33%-
HSV(B)307.5º31.68%39.61%-
XYZ9.657.8912.32-
YUV81.76136.6141.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=37.83%
G=25.84%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101699700.320.040.60307.518.8233.33
Hex65456102043C1341321
Octal1451051410404744642341
Binary110010110001011100001010000010011110010011010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654561; }

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

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

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

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

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

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

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

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