Html Css Color HEX #63445C Purple Taupe

📋 copy color: '#63445C'

red 99 ◦ green 68 ◦ blue 92

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

Shades of Purple Taupe #63445C

Tints of Purple Taupe #63445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 38.22%
G = 26.25%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63445C (or 0x63445C) is known color: Purple Taupe. HEX triplet: 63, 44 and 5C. RGB value is (99,68,92). Sum of RGB (Red+Green+Blue) = 99+68+92=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445C is #9CBBA3. Grayscale: #4F4F4F. Windows color (decimal): -10271652 or 6046819. OLE color: 6046819.

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

Color convert

RGB 99 68 92 -
CMYK 0 0.31 0.07 0.61
HSL 313.55º 0.19% 0.33% -
HSV(B) 313.55º 0.31% 0.39% -
XYZ 9.14 7.56 11.1 -
YUV 80.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 99 68 92 0 0.31 0.07 0.61 313.55 0.19 0.33
Hex 63 44 5C 0 1F 7 3D 13A 13 21
Octal 143 104 134 0 37 7 75 472 23 41
Binary 1100011 1000100 1011100 0 11111 111 111101 100111010 10011 100001

Color Harmonies of #63445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63445C

Black with #63445C

Text Example


Text Example

White with #63445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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