#581051

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

Shades of Palatinate Purple #581051

Tints of Palatinate Purple #581051

Color information

#581051 (or 0x581051) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 51. RGB value is (88,16,81). Sum of RGB (Red+Green+Blue) = 88+16+81=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #581051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581051 is #A7EFAE. Grayscale: #2C2C2C. Windows color (decimal): -11005871 or 5312600. OLE color: 5312600.

HSL color Cylindrical-coordinate representation of color #581051: hue angle of 305.83º 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 #581051 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB881681-
CMYK00.820.080.65
HSL305.83º69.23%20.39%-
HSV(B)305.83º81.82%34.51%-
XYZ5.693.048.07-
YUV44.94148.35158.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=47.57%
G=8.65%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88168100.820.080.65305.8369.2320.39
Hex5810510528411324514
Octal1302012101221010146210524
Binary10110001000010100010101001010001000001100110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581051; }

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

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

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

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

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

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

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

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