#58134F

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

Shades of Palatinate Purple #58134F

Tints of Palatinate Purple #58134F

Color information

#58134F (or 0x58134F) is unknown color: approx Palatinate Purple. HEX triplet: 58, 13 and 4F. RGB value is (88,19,79). Sum of RGB (Red+Green+Blue) = 88+19+79=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58134F is #A7ECB0. Grayscale: #2E2E2E. Windows color (decimal): -11005105 or 5182296. OLE color: 5182296.

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

Color convert

RGB881979-
CMYK00.780.100.65
HSL307.83º64.49%20.98%-
HSV(B)307.83º78.41%34.51%-
XYZ5.673.17.7-
YUV46.47146.36157.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=47.31%
G=10.22%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88197900.780.100.65307.8364.4920.98
Hex58134F04EA411344015
Octal1302311701161210146410025
Binary10110001001110011110100111010101000001100110100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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