#58134D

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

Shades of Palatinate Purple #58134D

Tints of Palatinate Purple #58134D

Color information

#58134D (or 0x58134D) is unknown color: approx Palatinate Purple. HEX triplet: 58, 13 and 4D. RGB value is (88,19,77). Sum of RGB (Red+Green+Blue) = 88+19+77=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58134D is #A7ECB2. Grayscale: #2E2E2E. Windows color (decimal): -11005107 or 5051224. OLE color: 5051224.

HSL color Cylindrical-coordinate representation of color #58134D: hue angle of 309.57º 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 #58134D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB881977-
CMYK00.780.120.65
HSL309.57º64.49%20.98%-
HSV(B)309.57º78.41%34.51%-
XYZ5.63.087.32-
YUV46.24145.36157.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=47.83%
G=10.33%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88197700.780.120.65309.5764.4920.98
Hex58134D04EC411364015
Octal1302311501161410146610025
Binary10110001001110011010100111011001000001100110110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58134D; }

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

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

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

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

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

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

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

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