Html Css Color HEX #63465B Purple Taupe

📋 copy color: '#63465B'

red 99 ◦ green 70 ◦ blue 91

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

Shades of Purple Taupe #63465B

Tints of Purple Taupe #63465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 38.08%
G = 26.92%
B = 35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63465B (or 0x63465B) is known color: Purple Taupe. HEX triplet: 63, 46 and 5B. RGB value is (99,70,91). Sum of RGB (Red+Green+Blue) = 99+70+91=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465B is #9CB9A4. Grayscale: #515151. Windows color (decimal): -10271141 or 5981795. OLE color: 5981795.

HSL color Cylindrical-coordinate representation of color #63465B: hue angle of 316.55º 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 #63465B is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 91 -
CMYK 0 0.29 0.08 0.61
HSL 316.55º 0.17% 0.33% -
HSV(B) 316.55º 0.29% 0.39% -
XYZ 9.22 7.79 10.91 -
YUV 81.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 99 70 91 0 0.29 0.08 0.61 316.55 0.17 0.33
Hex 63 46 5B 0 1D 8 3D 13D 11 21
Octal 143 106 133 0 35 10 75 475 21 41
Binary 1100011 1000110 1011011 0 11101 1000 111101 100111101 10001 100001

Color Harmonies of #63465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63465B

Black with #63465B

Text Example


Text Example

White with #63465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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