#581254

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

Shades of Palatinate Purple #581254

Tints of Palatinate Purple #581254

Color information

#581254 (or 0x581254) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 54. RGB value is (88,18,84). Sum of RGB (Red+Green+Blue) = 88+18+84=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581254 is #A7EDAB. Grayscale: #2E2E2E. Windows color (decimal): -11005356 or 5509720. OLE color: 5509720.

HSL color Cylindrical-coordinate representation of color #581254: hue angle of 303.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581254 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB881884-
CMYK00.800.050.65
HSL303.43º66.04%20.78%-
HSV(B)303.43º79.55%34.51%-
XYZ5.843.158.69-
YUV46.45149.19157.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=46.32%
G=9.47%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88188400.800.050.65303.4366.0420.78
Hex58125405054112f4215
Octal130221240120510145710225
Binary1011000100101010100010100001011000001100101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581254; }

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

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

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

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

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

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

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

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