Html Css Color HEX #643F5B Purple Taupe

📋 copy color: '#643F5B'

red 100 ◦ green 63 ◦ blue 91

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

Shades of Purple Taupe #643F5B

Tints of Purple Taupe #643F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 39.37%
G = 24.8%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#643F5B (or 0x643F5B) is known color: Purple Taupe. HEX triplet: 64, 3F and 5B. RGB value is (100,63,91). Sum of RGB (Red+Green+Blue) = 100+63+91=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #643F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F5B is #9BC0A4. Grayscale: #4D4D4D. Windows color (decimal): -10207397 or 5980004. OLE color: 5980004.

HSL color Cylindrical-coordinate representation of color #643F5B: hue angle of 314.59º 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 #643F5B is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 63 91 -
CMYK 0 0.37 0.09 0.61
HSL 314.59º 0.23% 0.32% -
HSV(B) 314.59º 0.37% 0.39% -
XYZ 8.92 7.02 10.78 -
YUV 77.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 100 63 91 0 0.37 0.09 0.61 314.59 0.23 0.32
Hex 64 3F 5B 0 25 9 3D 13B 17 20
Octal 144 77 133 0 45 11 75 473 27 40
Binary 1100100 111111 1011011 0 100101 1001 111101 100111011 10111 100000

Color Harmonies of #643F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F5B

Black with #643F5B

Text Example


Text Example

White with #643F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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