Html Css Color HEX #64415C Purple Taupe

📋 copy color: '#64415C'

red 100 ◦ green 65 ◦ blue 92

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

Shades of Purple Taupe #64415C

Tints of Purple Taupe #64415C

RGB

 RED value IS 100 (39.45% from 255) = 38.91%

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

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

R = 38.91%
G = 25.29%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64415C (or 0x64415C) is known color: Purple Taupe. HEX triplet: 64, 41 and 5C. RGB value is (100,65,92). Sum of RGB (Red+Green+Blue) = 100+65+92=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #64415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415C is #9BBEA3. Grayscale: #4E4E4E. Windows color (decimal): -10206884 or 6046052. OLE color: 6046052.

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

Color convert

RGB 100 65 92 -
CMYK 0 0.35 0.08 0.61
HSL 313.71º 0.21% 0.32% -
HSV(B) 313.71º 0.35% 0.39% -
XYZ 9.08 7.26 11.05 -
YUV 78.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 100 65 92 0 0.35 0.08 0.61 313.71 0.21 0.32
Hex 64 41 5C 0 23 8 3D 13A 15 20
Octal 144 101 134 0 43 10 75 472 25 40
Binary 1100100 1000001 1011100 0 100011 1000 111101 100111010 10101 100000

Color Harmonies of #64415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64415C

Black with #64415C

Text Example


Text Example

White with #64415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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