Html Css Color HEX #63425B Purple Taupe

📋 copy color: '#63425B'

red 99 ◦ green 66 ◦ blue 91

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

Shades of Purple Taupe #63425B

Tints of Purple Taupe #63425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 38.67%
G = 25.78%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63425B (or 0x63425B) is known color: Purple Taupe. HEX triplet: 63, 42 and 5B. RGB value is (99,66,91). Sum of RGB (Red+Green+Blue) = 99+66+91=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425B is #9CBDA4. Grayscale: #4E4E4E. Windows color (decimal): -10272165 or 5980771. OLE color: 5980771.

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

Color convert

RGB 99 66 91 -
CMYK 0 0.33 0.08 0.61
HSL 314.55º 0.2% 0.32% -
HSV(B) 314.55º 0.33% 0.39% -
XYZ 8.98 7.3 10.83 -
YUV 78.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 99 66 91 0 0.33 0.08 0.61 314.55 0.2 0.32
Hex 63 42 5B 0 21 8 3D 13B 14 20
Octal 143 102 133 0 41 10 75 473 24 40
Binary 1100011 1000010 1011011 0 100001 1000 111101 100111011 10100 100000

Color Harmonies of #63425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63425B

Black with #63425B

Text Example


Text Example

White with #63425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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