Html Css Color HEX #63445A Purple Taupe

📋 copy color: '#63445A'

red 99 ◦ green 68 ◦ blue 90

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

Shades of Purple Taupe #63445A

Tints of Purple Taupe #63445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 38.52%
G = 26.46%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63445A (or 0x63445A) is known color: Purple Taupe. HEX triplet: 63, 44 and 5A. RGB value is (99,68,90). Sum of RGB (Red+Green+Blue) = 99+68+90=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445A is #9CBBA5. Grayscale: #4F4F4F. Windows color (decimal): -10271654 or 5915747. OLE color: 5915747.

HSL color Cylindrical-coordinate representation of color #63445A: hue angle of 317.42º 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 #63445A is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 68 90 -
CMYK 0 0.31 0.09 0.61
HSL 317.42º 0.19% 0.33% -
HSV(B) 317.42º 0.31% 0.39% -
XYZ 9.06 7.53 10.65 -
YUV 79.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 99 68 90 0 0.31 0.09 0.61 317.42 0.19 0.33
Hex 63 44 5A 0 1F 9 3D 13D 13 21
Octal 143 104 132 0 37 11 75 475 23 41
Binary 1100011 1000100 1011010 0 11111 1001 111101 100111101 10011 100001

Color Harmonies of #63445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63445A

Black with #63445A

Text Example


Text Example

White with #63445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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