Html Css Color HEX #58394E Purple Taupe

📋 copy color: '#58394E'

red 88 ◦ green 57 ◦ blue 78

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

Shades of Purple Taupe #58394E

Tints of Purple Taupe #58394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 39.46%
G = 25.56%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58394E (or 0x58394E) is known color: Purple Taupe. HEX triplet: 58, 39 and 4E. RGB value is (88,57,78). Sum of RGB (Red+Green+Blue) = 88+57+78=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #58394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58394E is #A7C6B1. Grayscale: #444444. Windows color (decimal): -10995378 or 5126488. OLE color: 5126488.

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

Color convert

RGB 88 57 78 -
CMYK 0 0.35 0.11 0.65
HSL 319.35º 0.21% 0.28% -
HSV(B) 319.35º 0.35% 0.35% -
XYZ 6.86 5.55 7.92 -
YUV 68.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 88 57 78 0 0.35 0.11 0.65 319.35 0.21 0.28
Hex 58 39 4E 0 23 B 41 13F 15 1C
Octal 130 71 116 0 43 13 101 477 25 34
Binary 1011000 111001 1001110 0 100011 1011 1000001 100111111 10101 11100

Color Harmonies of #58394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58394E

Black with #58394E

Text Example


Text Example

White with #58394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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