Html Css Color HEX #63455C Purple Taupe

📋 copy color: '#63455C'

red 99 ◦ green 69 ◦ blue 92

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

Shades of Purple Taupe #63455C

Tints of Purple Taupe #63455C

RGB

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

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

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

R = 38.08%
G = 26.54%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63455C (or 0x63455C) is known color: Purple Taupe. HEX triplet: 63, 45 and 5C. RGB value is (99,69,92). Sum of RGB (Red+Green+Blue) = 99+69+92=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455C is #9CBAA3. Grayscale: #505050. Windows color (decimal): -10271396 or 6047075. OLE color: 6047075.

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

Color convert

RGB 99 69 92 -
CMYK 0 0.30 0.07 0.61
HSL 314º 0.18% 0.33% -
HSV(B) 314º 0.3% 0.39% -
XYZ 9.21 7.68 11.12 -
YUV 80.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 99 69 92 0 0.30 0.07 0.61 314 0.18 0.33
Hex 63 45 5C 0 1E 7 3D 13A 12 21
Octal 143 105 134 0 36 7 75 472 22 41
Binary 1100011 1000101 1011100 0 11110 111 111101 100111010 10010 100001

Color Harmonies of #63455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63455C

Black with #63455C

Text Example


Text Example

White with #63455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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