#580256

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

Shades of Palatinate Purple #580256

Tints of Palatinate Purple #580256

Color information

#580256 (or 0x580256) is unknown color: approx Palatinate Purple. HEX triplet: 58, 02 and 56. RGB value is (88,2,86). Sum of RGB (Red+Green+Blue) = 88+2+86=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580256 is #A7FDA9. Grayscale: #252525. Windows color (decimal): -11009450 or 5636696. OLE color: 5636696.

HSL color Cylindrical-coordinate representation of color #580256: hue angle of 301.4º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580256 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB88286-
CMYK00.980.020.65
HSL301.4º95.56%17.65%-
HSV(B)301.4º97.73%34.51%-
XYZ5.732.799.04-
YUV37.29155.49164.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=50%
G=1.14%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828600.980.020.65301.495.5617.65
Hex5825606224112d6012
Octal13021260142210145514022
Binary101100010101011001100010101000001100101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580256; }

 p { color: rgb(88,2,86); }

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

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

 a { background-color: rgb(88,2,86); }

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

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

 span { border-color: rgb(88,2,86); }

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