Html Css Color HEX #63415C Purple Taupe

📋 copy color: '#63415C'

red 99 ◦ green 65 ◦ blue 92

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

Shades of Purple Taupe #63415C

Tints of Purple Taupe #63415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 38.67%
G = 25.39%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63415C (or 0x63415C) is known color: Purple Taupe. HEX triplet: 63, 41 and 5C. RGB value is (99,65,92). Sum of RGB (Red+Green+Blue) = 99+65+92=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63415C is #9CBEA3. Grayscale: #4E4E4E. Windows color (decimal): -10272420 or 6046051. OLE color: 6046051.

HSL color Cylindrical-coordinate representation of color #63415C: hue angle of 312.35º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63415C is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 65 92 -
CMYK 0 0.34 0.07 0.61
HSL 312.35º 0.21% 0.32% -
HSV(B) 312.35º 0.34% 0.39% -
XYZ 8.97 7.21 11.04 -
YUV 78.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 99 65 92 0 0.34 0.07 0.61 312.35 0.21 0.32
Hex 63 41 5C 0 22 7 3D 138 15 20
Octal 143 101 134 0 42 7 75 470 25 40
Binary 1100011 1000001 1011100 0 100010 111 111101 100111000 10101 100000

Color Harmonies of #63415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63415C

Black with #63415C

Text Example


Text Example

White with #63415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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