Html Css Color HEX #634A5D Purple Taupe

📋 copy color: '#634A5D'

red 99 ◦ green 74 ◦ blue 93

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

Shades of Purple Taupe #634A5D

Tints of Purple Taupe #634A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 37.22%
G = 27.82%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#634A5D (or 0x634A5D) is known color: Purple Taupe. HEX triplet: 63, 4A and 5D. RGB value is (99,74,93). Sum of RGB (Red+Green+Blue) = 99+74+93=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #634A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A5D is #9CB5A2. Grayscale: #535353. Windows color (decimal): -10270115 or 6113891. OLE color: 6113891.

HSL color Cylindrical-coordinate representation of color #634A5D: hue angle of 314.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A5D is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 93 -
CMYK 0 0.25 0.06 0.61
HSL 314.4º 0.14% 0.34% -
HSV(B) 314.4º 0.25% 0.39% -
XYZ 9.57 8.34 11.46 -
YUV 83.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 99 74 93 0 0.25 0.06 0.61 314.4 0.14 0.34
Hex 63 4A 5D 0 19 6 3D 13A E 22
Octal 143 112 135 0 31 6 75 472 16 42
Binary 1100011 1001010 1011101 0 11001 110 111101 100111010 1110 100010

Color Harmonies of #634A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A5D

Black with #634A5D

Text Example


Text Example

White with #634A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A5D; }

 p { color: rgb(99,74,93); }

 H1.HeaderClassName
 {
   color: #634A5D;
 }
 .AnyTagClassName
 {
   color: #634A5D;
 }
</style>

background-color css

<style>
 a { background-color: #634A5D; }

 a { background-color: rgb(99,74,93); }

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

border-color css

<style>
 span { border-color: #634A5D; }

 span { border-color: rgb(99,74,93); }

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