Html Css Color HEX #63485E Purple Taupe

📋 copy color: '#63485E'

red 99 ◦ green 72 ◦ blue 94

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

Shades of Purple Taupe #63485E

Tints of Purple Taupe #63485E

RGB

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

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

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

R = 37.36%
G = 27.17%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63485E (or 0x63485E) is known color: Purple Taupe. HEX triplet: 63, 48 and 5E. RGB value is (99,72,94). Sum of RGB (Red+Green+Blue) = 99+72+94=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #63485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485E is #9CB7A1. Grayscale: #525252. Windows color (decimal): -10270626 or 6178915. OLE color: 6178915.

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

Color convert

RGB 99 72 94 -
CMYK 0 0.27 0.05 0.61
HSL 311.11º 0.16% 0.34% -
HSV(B) 311.11º 0.27% 0.39% -
XYZ 9.48 8.1 11.65 -
YUV 82.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 99 72 94 0 0.27 0.05 0.61 311.11 0.16 0.34
Hex 63 48 5E 0 1B 5 3D 137 10 22
Octal 143 110 136 0 33 5 75 467 20 42
Binary 1100011 1001000 1011110 0 11011 101 111101 100110111 10000 100010

Color Harmonies of #63485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63485E

Black with #63485E

Text Example


Text Example

White with #63485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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