#581054

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

Shades of Palatinate Purple #581054

Tints of Palatinate Purple #581054

Color information

#581054 (or 0x581054) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 54. RGB value is (88,16,84). Sum of RGB (Red+Green+Blue) = 88+16+84=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581054 is #A7EFAB. Grayscale: #2D2D2D. Windows color (decimal): -11005868 or 5509208. OLE color: 5509208.

HSL color Cylindrical-coordinate representation of color #581054: hue angle of 303.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581054 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB881684-
CMYK00.820.050.65
HSL303.33º69.23%20.39%-
HSV(B)303.33º81.82%34.51%-
XYZ5.813.098.68-
YUV45.28149.85158.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=46.81%
G=8.51%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88168400.820.050.65303.3369.2320.39
Hex58105405254112f4514
Octal130201240122510145710524
Binary1011000100001010100010100101011000001100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581054; }

 p { color: rgb(88,16,84); }

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

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

 a { background-color: rgb(88,16,84); }

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

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

 span { border-color: rgb(88,16,84); }

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