Html Css Color HEX #63465C Purple Taupe

📋 copy color: '#63465C'

red 99 ◦ green 70 ◦ blue 92

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

Shades of Purple Taupe #63465C

Tints of Purple Taupe #63465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 37.93%
G = 26.82%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63465C (or 0x63465C) is known color: Purple Taupe. HEX triplet: 63, 46 and 5C. RGB value is (99,70,92). Sum of RGB (Red+Green+Blue) = 99+70+92=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465C is #9CB9A3. Grayscale: #515151. Windows color (decimal): -10271140 or 6047331. OLE color: 6047331.

HSL color Cylindrical-coordinate representation of color #63465C: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63465C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 92 -
CMYK 0 0.29 0.07 0.61
HSL 314.48º 0.17% 0.33% -
HSV(B) 314.48º 0.29% 0.39% -
XYZ 9.27 7.81 11.14 -
YUV 81.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 99 70 92 0 0.29 0.07 0.61 314.48 0.17 0.33
Hex 63 46 5C 0 1D 7 3D 13A 11 21
Octal 143 106 134 0 35 7 75 472 21 41
Binary 1100011 1000110 1011100 0 11101 111 111101 100111010 10001 100001

Color Harmonies of #63465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63465C

Black with #63465C

Text Example


Text Example

White with #63465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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