#583A5B

Color #583A5B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #583A5B

Tints of Hot Purple #583A5B

Color information

#583A5B (or 0x583A5B) is unknown color: approx Hot Purple. HEX triplet: 58, 3A and 5B. RGB value is (88,58,91). Sum of RGB (Red+Green+Blue) = 88+58+91=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #583A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583A5B is #A7C5A4. Grayscale: #464646. Windows color (decimal): -10995109 or 5978712. OLE color: 5978712.

HSL color Cylindrical-coordinate representation of color #583A5B: hue angle of 294.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #583A5B is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB885891-
CMYK0.030.3600.64
HSL294.55º22.15%29.22%-
HSV(B)294.55º36.26%35.69%-
XYZ7.435.8610.64-
YUV70.73139.44140.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=37.13%
G=24.47%
B=38.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8858910.030.3600.64294.5522.1529.22
Hex583A5B324040127161d
Octal1307213334401004472635
Binary1011000111010101101111100100010000001001001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583A5B; }

 p { color: rgb(88,58,91); }

 H1.HeaderClassName
 {
   color: #583A5B;
 }
 .AnyTagClassName
 {
   color: #583A5B;
 }
</style>
background-color css

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

 a { background-color: rgb(88,58,91); }

 div.DivClassName
 {
   background-color: #583A5B;
 }
 .BgClassName
 {
   background-color: #583A5B;
 }
</style>
border-color css

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

 span { border-color: rgb(88,58,91); }

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