#581754

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

Shades of Palatinate Purple #581754

Tints of Palatinate Purple #581754

Color information

#581754 (or 0x581754) is unknown color: approx Palatinate Purple. HEX triplet: 58, 17 and 54. RGB value is (88,23,84). Sum of RGB (Red+Green+Blue) = 88+23+84=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581754 is #A7E8AB. Grayscale: #313131. Windows color (decimal): -11004076 or 5511000. OLE color: 5511000.

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

Color convert

RGB882384-
CMYK00.740.050.65
HSL303.69º58.56%21.76%-
HSV(B)303.69º73.86%34.51%-
XYZ5.933.338.72-
YUV49.39147.53155.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=45.13%
G=11.79%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88238400.740.050.65303.6958.5621.76
Hex58175404A5411303b16
Octal13027124011251014607326
Binary101100010111101010001001010101100000110011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581754; }

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

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

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

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

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

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

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

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