Html Css Color HEX #63475E Purple Taupe

📋 copy color: '#63475E'

red 99 ◦ green 71 ◦ blue 94

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

Shades of Purple Taupe #63475E

Tints of Purple Taupe #63475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 37.5%
G = 26.89%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63475E (or 0x63475E) is known color: Purple Taupe. HEX triplet: 63, 47 and 5E. RGB value is (99,71,94). Sum of RGB (Red+Green+Blue) = 99+71+94=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475E is #9CB8A1. Grayscale: #515151. Windows color (decimal): -10270882 or 6178659. OLE color: 6178659.

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

Color convert

RGB 99 71 94 -
CMYK 0 0.28 0.05 0.61
HSL 310.71º 0.16% 0.33% -
HSV(B) 310.71º 0.28% 0.39% -
XYZ 9.42 7.97 11.63 -
YUV 81.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 99 71 94 0 0.28 0.05 0.61 310.71 0.16 0.33
Hex 63 47 5E 0 1C 5 3D 137 10 21
Octal 143 107 136 0 34 5 75 467 20 41
Binary 1100011 1000111 1011110 0 11100 101 111101 100110111 10000 100001

Color Harmonies of #63475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63475E

Black with #63475E

Text Example


Text Example

White with #63475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63475E;
 }
 .AnyTagClassName
 {
   color: #63475E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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