Html Css Color HEX #63445F Purple Taupe

📋 copy color: '#63445F'

red 99 ◦ green 68 ◦ blue 95

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

Shades of Purple Taupe #63445F

Tints of Purple Taupe #63445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 37.79%
G = 25.95%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63445F (or 0x63445F) is known color: Purple Taupe. HEX triplet: 63, 44 and 5F. RGB value is (99,68,95). Sum of RGB (Red+Green+Blue) = 99+68+95=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445F is #9CBBA0. Grayscale: #505050. Windows color (decimal): -10271649 or 6243427. OLE color: 6243427.

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

Color convert

RGB 99 68 95 -
CMYK 0 0.31 0.04 0.61
HSL 307.74º 0.19% 0.33% -
HSV(B) 307.74º 0.31% 0.39% -
XYZ 9.28 7.61 11.81 -
YUV 80.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 99 68 95 0 0.31 0.04 0.61 307.74 0.19 0.33
Hex 63 44 5F 0 1F 4 3D 134 13 21
Octal 143 104 137 0 37 4 75 464 23 41
Binary 1100011 1000100 1011111 0 11111 100 111101 100110100 10011 100001

Color Harmonies of #63445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63445F

Black with #63445F

Text Example


Text Example

White with #63445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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