#581354

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

Shades of Palatinate Purple #581354

Tints of Palatinate Purple #581354

Color information

#581354 (or 0x581354) is unknown color: approx Palatinate Purple. HEX triplet: 58, 13 and 54. RGB value is (88,19,84). Sum of RGB (Red+Green+Blue) = 88+19+84=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581354 is #A7ECAB. Grayscale: #2E2E2E. Windows color (decimal): -11005100 or 5509976. OLE color: 5509976.

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

Color convert

RGB881984-
CMYK00.780.050.65
HSL303.48º64.49%20.98%-
HSV(B)303.48º78.41%34.51%-
XYZ5.863.188.69-
YUV47.04148.86157.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=46.07%
G=9.95%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88198400.780.050.65303.4864.4920.98
Hex58135404E54112f4015
Octal130231240116510145710025
Binary1011000100111010100010011101011000001100101111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581354; }

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

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

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

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

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

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

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

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