#63495E

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

Shades of Purple Taupe #63495E

Tints of Purple Taupe #63495E

Color information

#63495E (or 0x63495E) is unknown color: approx Purple Taupe. HEX triplet: 63, 49 and 5E. RGB value is (99,73,94). Sum of RGB (Red+Green+Blue) = 99+73+94=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #63495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495E is #9CB6A1. Grayscale: #535353. Windows color (decimal): -10270370 or 6179171. OLE color: 6179171.

HSL color Cylindrical-coordinate representation of color #63495E: hue angle of 311.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495E is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB997394-
CMYK00.260.050.61
HSL311.54º15.12%33.73%-
HSV(B)311.54º26.26%38.82%-
XYZ9.558.2311.67-
YUV83.17134.11139.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=37.22%
G=27.44%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739400.260.050.61311.5415.1233.73
Hex63495E01A53D138f22
Octal1431111360325754701742
Binary1100011100100110111100110101011111011001110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63495E; }

 p { color: rgb(99,73,94); }

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

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

 a { background-color: rgb(99,73,94); }

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

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

 span { border-color: rgb(99,73,94); }

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