Html Css Color HEX #63455B Purple Taupe

📋 copy color: '#63455B'

red 99 ◦ green 69 ◦ blue 91

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

Shades of Purple Taupe #63455B

Tints of Purple Taupe #63455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 38.22%
G = 26.64%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63455B (or 0x63455B) is known color: Purple Taupe. HEX triplet: 63, 45 and 5B. RGB value is (99,69,91). Sum of RGB (Red+Green+Blue) = 99+69+91=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455B is #9CBAA4. Grayscale: #505050. Windows color (decimal): -10271397 or 5981539. OLE color: 5981539.

HSL color Cylindrical-coordinate representation of color #63455B: hue angle of 316º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63455B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 69 91 -
CMYK 0 0.30 0.08 0.61
HSL 316º 0.18% 0.33% -
HSV(B) 316º 0.3% 0.39% -
XYZ 9.16 7.66 10.89 -
YUV 80.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 99 69 91 0 0.30 0.08 0.61 316 0.18 0.33
Hex 63 45 5B 0 1E 8 3D 13C 12 21
Octal 143 105 133 0 36 10 75 474 22 41
Binary 1100011 1000101 1011011 0 11110 1000 111101 100111100 10010 100001

Color Harmonies of #63455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63455B

Black with #63455B

Text Example


Text Example

White with #63455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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