#653D5C

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

Shades of Palatinate Purple #653D5C

Tints of Palatinate Purple #653D5C

Color information

#653D5C (or 0x653D5C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 3D and 5C. RGB value is (101,61,92). Sum of RGB (Red+Green+Blue) = 101+61+92=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D5C is #9AC2A3. Grayscale: #4C4C4C. Windows color (decimal): -10142372 or 6045029. OLE color: 6045029.

HSL color Cylindrical-coordinate representation of color #653D5C: hue angle of 313.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D5C is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1016192-
CMYK00.400.090.60
HSL313.5º24.69%31.76%-
HSV(B)313.5º39.6%39.61%-
XYZ8.976.8810.98-
YUV76.49136.75145.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=39.76%
G=24.02%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101619200.400.090.60313.524.6931.76
Hex653D5C02893C13a1920
Octal1457513405011744723140
Binary110010111110110111000101000100111110010011101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653D5C; }

 p { color: rgb(101,61,92); }

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

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

 a { background-color: rgb(101,61,92); }

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

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

 span { border-color: rgb(101,61,92); }

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