Html Css Color HEX #63445B Purple Taupe

📋 copy color: '#63445B'

red 99 ◦ green 68 ◦ blue 91

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

Shades of Purple Taupe #63445B

Tints of Purple Taupe #63445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

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

R = 38.37%
G = 26.36%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63445B (or 0x63445B) is known color: Purple Taupe. HEX triplet: 63, 44 and 5B. RGB value is (99,68,91). Sum of RGB (Red+Green+Blue) = 99+68+91=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445B is #9CBBA4. Grayscale: #4F4F4F. Windows color (decimal): -10271653 or 5981283. OLE color: 5981283.

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

Color convert

RGB 99 68 91 -
CMYK 0 0.31 0.08 0.61
HSL 315.48º 0.19% 0.33% -
HSV(B) 315.48º 0.31% 0.39% -
XYZ 9.1 7.54 10.87 -
YUV 79.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 99 68 91 0 0.31 0.08 0.61 315.48 0.19 0.33
Hex 63 44 5B 0 1F 8 3D 13B 13 21
Octal 143 104 133 0 37 10 75 473 23 41
Binary 1100011 1000100 1011011 0 11111 1000 111101 100111011 10011 100001

Color Harmonies of #63445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63445B

Black with #63445B

Text Example


Text Example

White with #63445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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