#58104F

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

Shades of Palatinate Purple #58104F

Tints of Palatinate Purple #58104F

Color information

#58104F (or 0x58104F) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 4F. RGB value is (88,16,79). Sum of RGB (Red+Green+Blue) = 88+16+79=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58104F is #A7EFB0. Grayscale: #2C2C2C. Windows color (decimal): -11005873 or 5181528. OLE color: 5181528.

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

Color convert

RGB881679-
CMYK00.820.100.65
HSL307.5º69.23%20.39%-
HSV(B)307.5º81.82%34.51%-
XYZ5.623.017.68-
YUV44.71147.35158.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=48.09%
G=8.74%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88167900.820.100.65307.569.2320.39
Hex58104F052A411344514
Octal1302011701221210146410524
Binary10110001000010011110101001010101000001100110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58104F; }

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

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

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

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

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

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

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

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