#58174E

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

Shades of Palatinate Purple #58174E

Tints of Palatinate Purple #58174E

Color information

#58174E (or 0x58174E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 17 and 4E. RGB value is (88,23,78). Sum of RGB (Red+Green+Blue) = 88+23+78=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58174E is #A7E8B1. Grayscale: #303030. Windows color (decimal): -11004082 or 5117784. OLE color: 5117784.

HSL color Cylindrical-coordinate representation of color #58174E: hue angle of 309.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58174E is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB882378-
CMYK00.740.110.65
HSL309.23º58.56%21.76%-
HSV(B)309.23º73.86%34.51%-
XYZ5.713.247.53-
YUV48.7144.53156.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=46.56%
G=12.17%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88237800.740.110.65309.2358.5621.76
Hex58174E04AB411353b16
Octal130271160112131014657326
Binary1011000101111001110010010101011100000110011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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