Html Css Color HEX #63425A Purple Taupe

📋 copy color: '#63425A'

red 99 ◦ green 66 ◦ blue 90

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

Shades of Purple Taupe #63425A

Tints of Purple Taupe #63425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 38.82%
G = 25.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63425A (or 0x63425A) is known color: Purple Taupe. HEX triplet: 63, 42 and 5A. RGB value is (99,66,90). Sum of RGB (Red+Green+Blue) = 99+66+90=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425A is #9CBDA5. Grayscale: #4E4E4E. Windows color (decimal): -10272166 or 5915235. OLE color: 5915235.

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

Color convert

RGB 99 66 90 -
CMYK 0 0.33 0.09 0.61
HSL 316.36º 0.2% 0.32% -
HSV(B) 316.36º 0.33% 0.39% -
XYZ 8.94 7.29 10.61 -
YUV 78.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 99 66 90 0 0.33 0.09 0.61 316.36 0.2 0.32
Hex 63 42 5A 0 21 9 3D 13C 14 20
Octal 143 102 132 0 41 11 75 474 24 40
Binary 1100011 1000010 1011010 0 100001 1001 111101 100111100 10100 100000

Color Harmonies of #63425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63425A

Black with #63425A

Text Example


Text Example

White with #63425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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