Html Css Color HEX #58384E Purple Taupe

📋 copy color: '#58384E'

red 88 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #58384E

Tints of Purple Taupe #58384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 39.64%
G = 25.23%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58384E (or 0x58384E) is known color: Purple Taupe. HEX triplet: 58, 38 and 4E. RGB value is (88,56,78). Sum of RGB (Red+Green+Blue) = 88+56+78=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58384E is #A7C7B1. Grayscale: #444444. Windows color (decimal): -10995634 or 5126232. OLE color: 5126232.

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

Color convert

RGB 88 56 78 -
CMYK 0 0.36 0.11 0.65
HSL 318.75º 0.22% 0.28% -
HSV(B) 318.75º 0.36% 0.35% -
XYZ 6.81 5.45 7.9 -
YUV 68.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 88 56 78 0 0.36 0.11 0.65 318.75 0.22 0.28
Hex 58 38 4E 0 24 B 41 13F 16 1C
Octal 130 70 116 0 44 13 101 477 26 34
Binary 1011000 111000 1001110 0 100100 1011 1000001 100111111 10110 11100

Color Harmonies of #58384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58384E

Black with #58384E

Text Example


Text Example

White with #58384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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