Html Css Color HEX #63485C Purple Taupe

📋 copy color: '#63485C'

red 99 ◦ green 72 ◦ blue 92

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

Shades of Purple Taupe #63485C

Tints of Purple Taupe #63485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 37.64%
G = 27.38%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63485C (or 0x63485C) is known color: Purple Taupe. HEX triplet: 63, 48 and 5C. RGB value is (99,72,92). Sum of RGB (Red+Green+Blue) = 99+72+92=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485C is #9CB7A3. Grayscale: #525252. Windows color (decimal): -10270628 or 6047843. OLE color: 6047843.

HSL color Cylindrical-coordinate representation of color #63485C: hue angle of 315.56º 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 #63485C is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 92 -
CMYK 0 0.27 0.07 0.61
HSL 315.56º 0.16% 0.34% -
HSV(B) 315.56º 0.27% 0.39% -
XYZ 9.39 8.06 11.19 -
YUV 82.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 99 72 92 0 0.27 0.07 0.61 315.56 0.16 0.34
Hex 63 48 5C 0 1B 7 3D 13C 10 22
Octal 143 110 134 0 33 7 75 474 20 42
Binary 1100011 1001000 1011100 0 11011 111 111101 100111100 10000 100010

Color Harmonies of #63485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63485C

Black with #63485C

Text Example


Text Example

White with #63485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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