Html Css Color HEX #643D5A Purple Taupe

📋 copy color: '#643D5A'

red 100 ◦ green 61 ◦ blue 90

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

Shades of Purple Taupe #643D5A

Tints of Purple Taupe #643D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

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

R = 39.84%
G = 24.3%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#643D5A (or 0x643D5A) is known color: Purple Taupe. HEX triplet: 64, 3D and 5A. RGB value is (100,61,90). Sum of RGB (Red+Green+Blue) = 100+61+90=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #643D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D5A is #9BC2A5. Grayscale: #4B4B4B. Windows color (decimal): -10207910 or 5913956. OLE color: 5913956.

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

Color convert

RGB 100 61 90 -
CMYK 0 0.39 0.10 0.61
HSL 315.38º 0.24% 0.32% -
HSV(B) 315.38º 0.39% 0.39% -
XYZ 8.77 6.78 10.52 -
YUV 75.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 100 61 90 0 0.39 0.10 0.61 315.38 0.24 0.32
Hex 64 3D 5A 0 27 A 3D 13B 18 20
Octal 144 75 132 0 47 12 75 473 30 40
Binary 1100100 111101 1011010 0 100111 1010 111101 100111011 11000 100000

Color Harmonies of #643D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D5A

Black with #643D5A

Text Example


Text Example

White with #643D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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