Html Css Color HEX #5D405B Purple Taupe

📋 copy color: '#5D405B'

red 93 ◦ green 64 ◦ blue 91

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

Shades of Purple Taupe #5D405B

Tints of Purple Taupe #5D405B

RGB

 RED value IS 93 (36.72% from 255) = 37.5%

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

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

R = 37.5%
G = 25.81%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5D405B (or 0x5D405B) is known color: Purple Taupe. HEX triplet: 5D, 40 and 5B. RGB value is (93,64,91). Sum of RGB (Red+Green+Blue) = 93+64+91=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 93 - color contains mainly: red. Hex color #5D405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D405B is #A2BFA4. Grayscale: #4B4B4B. Windows color (decimal): -10665893 or 5980253. OLE color: 5980253.

HSL color Cylindrical-coordinate representation of color #5D405B: hue angle of 304.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D405B is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 64 91 -
CMYK 0 0.31 0.02 0.64
HSL 304.14º 0.18% 0.31% -
HSV(B) 304.14º 0.31% 0.36% -
XYZ 8.24 6.75 10.77 -
YUV 75.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 93 64 91 0 0.31 0.02 0.64 304.14 0.18 0.31
Hex 5D 40 5B 0 1F 2 40 130 12 1F
Octal 135 100 133 0 37 2 100 460 22 37
Binary 1011101 1000000 1011011 0 11111 10 1000000 100110000 10010 11111

Color Harmonies of #5D405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D405B

Black with #5D405B

Text Example


Text Example

White with #5D405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D405B; }

 p { color: rgb(93,64,91); }

 H1.HeaderClassName
 {
   color: #5D405B;
 }
 .AnyTagClassName
 {
   color: #5D405B;
 }
</style>

background-color css

<style>
 a { background-color: #5D405B; }

 a { background-color: rgb(93,64,91); }

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

border-color css

<style>
 span { border-color: #5D405B; }

 span { border-color: rgb(93,64,91); }

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