Html Css Color HEX #64415A Purple Taupe

📋 copy color: '#64415A'

red 100 ◦ green 65 ◦ blue 90

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

Shades of Purple Taupe #64415A

Tints of Purple Taupe #64415A

RGB

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

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

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

R = 39.22%
G = 25.49%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64415A (or 0x64415A) is known color: Purple Taupe. HEX triplet: 64, 41 and 5A. RGB value is (100,65,90). Sum of RGB (Red+Green+Blue) = 100+65+90=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415A is #9BBEA5. Grayscale: #4E4E4E. Windows color (decimal): -10206886 or 5914980. OLE color: 5914980.

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

Color convert

RGB 100 65 90 -
CMYK 0 0.35 0.10 0.61
HSL 317.14º 0.21% 0.32% -
HSV(B) 317.14º 0.35% 0.39% -
XYZ 8.99 7.23 10.59 -
YUV 78.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 100 65 90 0 0.35 0.10 0.61 317.14 0.21 0.32
Hex 64 41 5A 0 23 A 3D 13D 15 20
Octal 144 101 132 0 43 12 75 475 25 40
Binary 1100100 1000001 1011010 0 100011 1010 111101 100111101 10101 100000

Color Harmonies of #64415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64415A

Black with #64415A

Text Example


Text Example

White with #64415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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