Html Css Color HEX #63465E Purple Taupe

📋 copy color: '#63465E'

red 99 ◦ green 70 ◦ blue 94

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

Shades of Purple Taupe #63465E

Tints of Purple Taupe #63465E

RGB

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

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

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

R = 37.64%
G = 26.62%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63465E (or 0x63465E) is known color: Purple Taupe. HEX triplet: 63, 46 and 5E. RGB value is (99,70,94). Sum of RGB (Red+Green+Blue) = 99+70+94=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465E is #9CB9A1. Grayscale: #515151. Windows color (decimal): -10271138 or 6178403. OLE color: 6178403.

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

Color convert

RGB 99 70 94 -
CMYK 0 0.29 0.05 0.61
HSL 310.34º 0.17% 0.33% -
HSV(B) 310.34º 0.29% 0.39% -
XYZ 9.36 7.84 11.61 -
YUV 81.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 99 70 94 0 0.29 0.05 0.61 310.34 0.17 0.33
Hex 63 46 5E 0 1D 5 3D 136 11 21
Octal 143 106 136 0 35 5 75 466 21 41
Binary 1100011 1000110 1011110 0 11101 101 111101 100110110 10001 100001

Color Harmonies of #63465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63465E

Black with #63465E

Text Example


Text Example

White with #63465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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