Html Css Color HEX #63485F Purple Taupe

📋 copy color: '#63485F'

red 99 ◦ green 72 ◦ blue 95

#63485F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #63485F

Tints of Purple Taupe #63485F

RGB

 RED value IS 99 (39.06% from 255) = 37.22%

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 37.22%
G = 27.07%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63485F (or 0x63485F) is known color: Purple Taupe. HEX triplet: 63, 48 and 5F. RGB value is (99,72,95). Sum of RGB (Red+Green+Blue) = 99+72+95=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #63485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485F is #9CB7A0. Grayscale: #525252. Windows color (decimal): -10270625 or 6244451. OLE color: 6244451.

HSL color Cylindrical-coordinate representation of color #63485F: hue angle of 308.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63485F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 95 -
CMYK 0 0.27 0.04 0.61
HSL 308.89º 0.16% 0.34% -
HSV(B) 308.89º 0.27% 0.39% -
XYZ 9.53 8.11 11.89 -
YUV 82.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 99 72 95 0 0.27 0.04 0.61 308.89 0.16 0.34
Hex 63 48 5F 0 1B 4 3D 135 10 22
Octal 143 110 137 0 33 4 75 465 20 42
Binary 1100011 1001000 1011111 0 11011 100 111101 100110101 10000 100010

Color Harmonies of #63485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63485F

Black with #63485F

Text Example


Text Example

White with #63485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63485F; }

 p { color: rgb(99,72,95); }

 H1.HeaderClassName
 {
   color: #63485F;
 }
 .AnyTagClassName
 {
   color: #63485F;
 }
</style>

background-color css

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

 a { background-color: rgb(99,72,95); }

 div.DivClassName
 {
   background-color: #63485F;
 }
 .BgClassName
 {
   background-color: #63485F;
 }
</style>

border-color css

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

 span { border-color: rgb(99,72,95); }

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