Html Css Color HEX #583355 Purple Taupe

📋 copy color: '#583355'

red 88 ◦ green 51 ◦ blue 85

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

Shades of Purple Taupe #583355

Tints of Purple Taupe #583355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 39.29%
G = 22.77%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#583355 (or 0x583355) is known color: Purple Taupe. HEX triplet: 58, 33 and 55. RGB value is (88,51,85). Sum of RGB (Red+Green+Blue) = 88+51+85=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #583355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583355 is #A7CCAA. Grayscale: #414141. Windows color (decimal): -10996907 or 5583704. OLE color: 5583704.

HSL color Cylindrical-coordinate representation of color #583355: hue angle of 304.86º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #583355 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 85 -
CMYK 0 0.42 0.03 0.65
HSL 304.86º 0.27% 0.27% -
HSV(B) 304.86º 0.42% 0.35% -
XYZ 6.85 5.1 9.22 -
YUV 65.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 88 51 85 0 0.42 0.03 0.65 304.86 0.27 0.27
Hex 58 33 55 0 2A 3 41 131 1B 1B
Octal 130 63 125 0 52 3 101 461 33 33
Binary 1011000 110011 1010101 0 101010 11 1000001 100110001 11011 11011

Color Harmonies of #583355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583355

Black with #583355

Text Example


Text Example

White with #583355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583355; }

 p { color: rgb(88,51,85); }

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

background-color css

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

 a { background-color: rgb(88,51,85); }

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

border-color css

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

 span { border-color: rgb(88,51,85); }

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