#654460

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

Shades of Palatinate Purple #654460

Tints of Palatinate Purple #654460

Color information

#654460 (or 0x654460) is unknown color: approx Palatinate Purple. HEX triplet: 65, 44 and 60. RGB value is (101,68,96). Sum of RGB (Red+Green+Blue) = 101+68+96=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #654460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654460 is #9ABB9F. Grayscale: #505050. Windows color (decimal): -10140576 or 6308965. OLE color: 6308965.

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

Color convert

RGB1016896-
CMYK00.330.050.60
HSL309.09º19.53%33.14%-
HSV(B)309.09º32.67%39.61%-
XYZ9.557.7512.06-
YUV81.06136.43142.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=38.11%
G=25.66%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101689600.330.050.60309.0919.5333.14
Hex65446002153C1351421
Octal1451041400415744652441
Binary110010110001001100000010000110111110010011010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654460; }

 p { color: rgb(101,68,96); }

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

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

 a { background-color: rgb(101,68,96); }

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

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

 span { border-color: rgb(101,68,96); }

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