Html Css Color HEX #58374E Purple Taupe

📋 copy color: '#58374E'

red 88 ◦ green 55 ◦ blue 78

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

Shades of Purple Taupe #58374E

Tints of Purple Taupe #58374E

RGB

 RED value IS 88 (34.77% from 255) = 39.82%

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 39.82%
G = 24.89%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58374E (or 0x58374E) is known color: Purple Taupe. HEX triplet: 58, 37 and 4E. RGB value is (88,55,78). Sum of RGB (Red+Green+Blue) = 88+55+78=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58374E is #A7C8B1. Grayscale: #434343. Windows color (decimal): -10995890 or 5125976. OLE color: 5125976.

HSL color Cylindrical-coordinate representation of color #58374E: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58374E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 78 -
CMYK 0 0.38 0.11 0.65
HSL 318.18º 0.23% 0.28% -
HSV(B) 318.18º 0.38% 0.35% -
XYZ 6.77 5.36 7.89 -
YUV 67.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 88 55 78 0 0.38 0.11 0.65 318.18 0.23 0.28
Hex 58 37 4E 0 26 B 41 13E 17 1C
Octal 130 67 116 0 46 13 101 476 27 34
Binary 1011000 110111 1001110 0 100110 1011 1000001 100111110 10111 11100

Color Harmonies of #58374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58374E

Black with #58374E

Text Example


Text Example

White with #58374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58374E; }

 p { color: rgb(88,55,78); }

 H1.HeaderClassName
 {
   color: #58374E;
 }
 .AnyTagClassName
 {
   color: #58374E;
 }
</style>

background-color css

<style>
 a { background-color: #58374E; }

 a { background-color: rgb(88,55,78); }

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

border-color css

<style>
 span { border-color: #58374E; }

 span { border-color: rgb(88,55,78); }

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