#580B50

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

Shades of Palatinate Purple #580B50

Tints of Palatinate Purple #580B50

Color information

#580B50 (or 0x580B50) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0B and 50. RGB value is (88,11,80). Sum of RGB (Red+Green+Blue) = 88+11+80=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B50 is #A7F4AF. Grayscale: #292929. Windows color (decimal): -11007152 or 5245784. OLE color: 5245784.

HSL color Cylindrical-coordinate representation of color #580B50: hue angle of 306.23º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B50 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB881180-
CMYK00.880.090.65
HSL306.23º77.78%19.41%-
HSV(B)306.23º87.5%34.51%-
XYZ5.592.897.85-
YUV41.89149.51160.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=49.16%
G=6.15%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88118000.880.090.65306.2377.7819.41
Hex58B500589411324e13
Octal1301312001301110146211623
Binary1011000101110100000101100010011000001100110010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B50; }

 p { color: rgb(88,11,80); }

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

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

 a { background-color: rgb(88,11,80); }

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

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

 span { border-color: rgb(88,11,80); }

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