#580356

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

Shades of Palatinate Purple #580356

Tints of Palatinate Purple #580356

Color information

#580356 (or 0x580356) is unknown color: approx Palatinate Purple. HEX triplet: 58, 03 and 56. RGB value is (88,3,86). Sum of RGB (Red+Green+Blue) = 88+3+86=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580356 is #A7FCA9. Grayscale: #252525. Windows color (decimal): -11009194 or 5636952. OLE color: 5636952.

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

Color convert

RGB88386-
CMYK00.970.020.65
HSL301.41º93.41%17.84%-
HSV(B)301.41º96.59%34.51%-
XYZ5.742.819.04-
YUV37.88155.16163.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=49.72%
G=1.69%
B=48.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8838600.970.020.65301.4193.4117.84
Hex5835606124112d5d12
Octal13031260141210145513522
Binary101100011101011001100001101000001100101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580356; }

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

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

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

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

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

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

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

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