#583161

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

Shades of Hot Purple #583161

Tints of Hot Purple #583161

Color information

#583161 (or 0x583161) is unknown color: approx Hot Purple. HEX triplet: 58, 31 and 61. RGB value is (88,49,97). Sum of RGB (Red+Green+Blue) = 88+49+97=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #583161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583161 is #A7CE9E. Grayscale: #414141. Windows color (decimal): -10997407 or 6369624. OLE color: 6369624.

HSL color Cylindrical-coordinate representation of color #583161: hue angle of 288.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #583161 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB884997-
CMYK0.090.4900.62
HSL288.75º32.88%28.63%-
HSV(B)288.75º49.48%38.04%-
XYZ7.285.1311.92-
YUV66.13145.42143.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=37.61%
G=20.94%
B=41.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8849970.090.4900.62288.7532.8828.63
Hex58316193103E121211d
Octal1306114111610764414135
Binary101100011000111000011001110001011111010010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583161; }

 p { color: rgb(88,49,97); }

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

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

 a { background-color: rgb(88,49,97); }

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

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

 span { border-color: rgb(88,49,97); }

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