#58184E

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

Shades of Palatinate Purple #58184E

Tints of Palatinate Purple #58184E

Color information

#58184E (or 0x58184E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 18 and 4E. RGB value is (88,24,78). Sum of RGB (Red+Green+Blue) = 88+24+78=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58184E is #A7E7B1. Grayscale: #313131. Windows color (decimal): -11003826 or 5118040. OLE color: 5118040.

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

Color convert

RGB882478-
CMYK00.730.110.65
HSL309.38º57.14%21.96%-
HSV(B)309.38º72.73%34.51%-
XYZ5.733.287.54-
YUV49.29144.2155.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=46.32%
G=12.63%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88247800.730.110.65309.3857.1421.96
Hex58184E049B411353916
Octal130301160111131014657126
Binary1011000110001001110010010011011100000110011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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