#58174D

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

Shades of Palatinate Purple #58174D

Tints of Palatinate Purple #58174D

Color information

#58174D (or 0x58174D) is unknown color: approx Palatinate Purple. HEX triplet: 58, 17 and 4D. RGB value is (88,23,77). Sum of RGB (Red+Green+Blue) = 88+23+77=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58174D is #A7E8B2. Grayscale: #303030. Windows color (decimal): -11004083 or 5052248. OLE color: 5052248.

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

Color convert

RGB882377-
CMYK00.740.120.65
HSL310.15º58.56%21.76%-
HSV(B)310.15º73.86%34.51%-
XYZ5.673.227.34-
YUV48.59144.03156.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=46.81%
G=12.23%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88237700.740.120.65310.1558.5621.76
Hex58174D04AC411363b16
Octal130271150112141014667326
Binary1011000101111001101010010101100100000110011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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