#653460

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

Shades of Palatinate Purple #653460

Tints of Palatinate Purple #653460

Color information

#653460 (or 0x653460) is unknown color: approx Palatinate Purple. HEX triplet: 65, 34 and 60. RGB value is (101,52,96). Sum of RGB (Red+Green+Blue) = 101+52+96=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #653460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653460 is #9ACB9F. Grayscale: #474747. Windows color (decimal): -10144672 or 6304869. OLE color: 6304869.

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

Color convert

RGB1015296-
CMYK00.490.050.60
HSL306.12º32.03%30%-
HSV(B)306.12º48.51%39.61%-
XYZ8.716.0711.78-
YUV71.67141.73148.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=40.56%
G=20.88%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101529600.490.050.60306.1232.0330
Hex65346003153C132201e
Octal145641400615744624036
Binary11001011101001100000011000110111110010011001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653460; }

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

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

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

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

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

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

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

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