Html Css Color HEX #64405A Purple Taupe

📋 copy color: '#64405A'

red 100 ◦ green 64 ◦ blue 90

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

Shades of Purple Taupe #64405A

Tints of Purple Taupe #64405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 39.37%
G = 25.2%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64405A (or 0x64405A) is known color: Purple Taupe. HEX triplet: 64, 40 and 5A. RGB value is (100,64,90). Sum of RGB (Red+Green+Blue) = 100+64+90=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #64405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405A is #9BBFA5. Grayscale: #4D4D4D. Windows color (decimal): -10207142 or 5914724. OLE color: 5914724.

HSL color Cylindrical-coordinate representation of color #64405A: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64405A is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 90 -
CMYK 0 0.36 0.10 0.61
HSL 316.67º 0.22% 0.32% -
HSV(B) 316.67º 0.36% 0.39% -
XYZ 8.93 7.11 10.58 -
YUV 77.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 100 64 90 0 0.36 0.10 0.61 316.67 0.22 0.32
Hex 64 40 5A 0 24 A 3D 13D 16 20
Octal 144 100 132 0 44 12 75 475 26 40
Binary 1100100 1000000 1011010 0 100100 1010 111101 100111101 10110 100000

Color Harmonies of #64405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64405A

Black with #64405A

Text Example


Text Example

White with #64405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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