#653860

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

Shades of Palatinate Purple #653860

Tints of Palatinate Purple #653860

Color information

#653860 (or 0x653860) is unknown color: approx Palatinate Purple. HEX triplet: 65, 38 and 60. RGB value is (101,56,96). Sum of RGB (Red+Green+Blue) = 101+56+96=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #653860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653860 is #9AC79F. Grayscale: #494949. Windows color (decimal): -10143648 or 6305893. OLE color: 6305893.

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

Color convert

RGB1015696-
CMYK00.450.050.60
HSL306.67º28.66%30.78%-
HSV(B)306.67º44.55%39.61%-
XYZ8.896.4411.84-
YUV74.02140.41147.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=39.92%
G=22.13%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101569600.450.050.60306.6728.6630.78
Hex65386002D53C1331d1f
Octal145701400555744633537
Binary1100101111000110000001011011011111001001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653860; }

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

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

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

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

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

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

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

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