#653559

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

Shades of Palatinate Purple #653559

Tints of Palatinate Purple #653559

Color information

#653559 (or 0x653559) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 59. RGB value is (101,53,89). Sum of RGB (Red+Green+Blue) = 101+53+89=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #653559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653559 is #9ACAA6. Grayscale: #474747. Windows color (decimal): -10144423 or 5846373. OLE color: 5846373.

HSL color Cylindrical-coordinate representation of color #653559: hue angle of 315º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653559 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1015389-
CMYK00.480.120.60
HSL315º31.17%30.2%-
HSV(B)315º47.52%39.61%-
XYZ8.446.0310.17-
YUV71.46137.9149.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=41.56%
G=21.81%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101538900.480.120.6031531.1730.2
Hex653559030C3C13b1f1e
Octal1456513106014744733736
Binary11001011101011011001011000011001111001001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653559; }

 p { color: rgb(101,53,89); }

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

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

 a { background-color: rgb(101,53,89); }

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

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

 span { border-color: rgb(101,53,89); }

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