#654260

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

Shades of Palatinate Purple #654260

Tints of Palatinate Purple #654260

Color information

#654260 (or 0x654260) is unknown color: approx Palatinate Purple. HEX triplet: 65, 42 and 60. RGB value is (101,66,96). Sum of RGB (Red+Green+Blue) = 101+66+96=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #654260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654260 is #9ABD9F. Grayscale: #4F4F4F. Windows color (decimal): -10141088 or 6308453. OLE color: 6308453.

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

Color convert

RGB1016696-
CMYK00.350.050.60
HSL308.57º20.96%32.75%-
HSV(B)308.57º34.65%39.61%-
XYZ9.437.5112.02-
YUV79.89137.1143.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=38.40%
G=25.10%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101669600.350.050.60308.5720.9632.75
Hex65426002353C1351521
Octal1451021400435744652541
Binary110010110000101100000010001110111110010011010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654260; }

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

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

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

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

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

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

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

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