Html Css Color HEX #63425E Purple Taupe

📋 copy color: '#63425E'

red 99 ◦ green 66 ◦ blue 94

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

Shades of Purple Taupe #63425E

Tints of Purple Taupe #63425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 38.22%
G = 25.48%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63425E (or 0x63425E) is known color: Purple Taupe. HEX triplet: 63, 42 and 5E. RGB value is (99,66,94). Sum of RGB (Red+Green+Blue) = 99+66+94=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425E is #9CBDA1. Grayscale: #4E4E4E. Windows color (decimal): -10272162 or 6177379. OLE color: 6177379.

HSL color Cylindrical-coordinate representation of color #63425E: hue angle of 309.09º 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 #63425E is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 66 94 -
CMYK 0 0.33 0.05 0.61
HSL 309.09º 0.2% 0.32% -
HSV(B) 309.09º 0.33% 0.39% -
XYZ 9.11 7.36 11.53 -
YUV 79.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 99 66 94 0 0.33 0.05 0.61 309.09 0.2 0.32
Hex 63 42 5E 0 21 5 3D 135 14 20
Octal 143 102 136 0 41 5 75 465 24 40
Binary 1100011 1000010 1011110 0 100001 101 111101 100110101 10100 100000

Color Harmonies of #63425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63425E

Black with #63425E

Text Example


Text Example

White with #63425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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