#58124E

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

Shades of Palatinate Purple #58124E

Tints of Palatinate Purple #58124E

Color information

#58124E (or 0x58124E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 4E. RGB value is (88,18,78). Sum of RGB (Red+Green+Blue) = 88+18+78=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58124E is #A7EDB1. Grayscale: #2D2D2D. Windows color (decimal): -11005362 or 5116504. OLE color: 5116504.

HSL color Cylindrical-coordinate representation of color #58124E: hue angle of 308.57º 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 #58124E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB881878-
CMYK00.800.110.65
HSL308.57º66.04%20.78%-
HSV(B)308.57º79.55%34.51%-
XYZ5.623.067.5-
YUV45.77146.19158.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=47.83%
G=9.78%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88187800.800.110.65308.5766.0420.78
Hex58124E050B411354215
Octal1302211601201310146510225
Binary10110001001010011100101000010111000001100110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58124E; }

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

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

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

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

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

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

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

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