#653F5A

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

Shades of Purple Taupe #653F5A

Tints of Purple Taupe #653F5A

Color information

#653F5A (or 0x653F5A) is unknown color: approx Purple Taupe. HEX triplet: 65, 3F and 5A. RGB value is (101,63,90). Sum of RGB (Red+Green+Blue) = 101+63+90=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F5A is #9AC0A5. Grayscale: #4D4D4D. Windows color (decimal): -10141862 or 5914469. OLE color: 5914469.

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

Color convert

RGB1016390-
CMYK00.380.110.60
HSL317.37º23.17%32.16%-
HSV(B)317.37º37.62%39.61%-
XYZ8.997.0610.56-
YUV77.44135.09144.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=39.76%
G=24.80%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101639000.380.110.60317.3723.1732.16
Hex653F5A026B3C13d1720
Octal1457713204613744752740
Binary110010111111110110100100110101111110010011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,90); }

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

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

 a { background-color: rgb(101,63,90); }

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

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

 span { border-color: rgb(101,63,90); }

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