Html Css Color HEX #643F5A Purple Taupe

📋 copy color: '#643F5A'

red 100 ◦ green 63 ◦ blue 90

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

Shades of Purple Taupe #643F5A

Tints of Purple Taupe #643F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 39.53%
G = 24.9%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#643F5A (or 0x643F5A) is known color: Purple Taupe. HEX triplet: 64, 3F and 5A. RGB value is (100,63,90). Sum of RGB (Red+Green+Blue) = 100+63+90=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #643F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F5A is #9BC0A5. Grayscale: #4D4D4D. Windows color (decimal): -10207398 or 5914468. OLE color: 5914468.

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

Color convert

RGB 100 63 90 -
CMYK 0 0.37 0.10 0.61
HSL 316.22º 0.23% 0.32% -
HSV(B) 316.22º 0.37% 0.39% -
XYZ 8.88 7 10.56 -
YUV 77.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 100 63 90 0 0.37 0.10 0.61 316.22 0.23 0.32
Hex 64 3F 5A 0 25 A 3D 13C 17 20
Octal 144 77 132 0 45 12 75 474 27 40
Binary 1100100 111111 1011010 0 100101 1010 111101 100111100 10111 100000

Color Harmonies of #643F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F5A

Black with #643F5A

Text Example


Text Example

White with #643F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643F5A; }

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

 H1.HeaderClassName
 {
   color: #643F5A;
 }
 .AnyTagClassName
 {
   color: #643F5A;
 }
</style>

background-color css

<style>
 a { background-color: #643F5A; }

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

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

border-color css

<style>
 span { border-color: #643F5A; }

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

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