#58015C

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

Shades of Palatinate Purple #58015C

Tints of Palatinate Purple #58015C

Color information

#58015C (or 0x58015C) is unknown color: approx Palatinate Purple. HEX triplet: 58, 01 and 5C. RGB value is (88,1,92). Sum of RGB (Red+Green+Blue) = 88+1+92=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #58015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58015C is #A7FEA3. Grayscale: #252525. Windows color (decimal): -11009700 or 6029656. OLE color: 6029656.

HSL color Cylindrical-coordinate representation of color #58015C: hue angle of 297.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58015C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88192-
CMYK0.040.9900.64
HSL297.36º97.85%18.24%-
HSV(B)297.36º98.91%36.08%-
XYZ5.972.8710.36-
YUV37.39158.82164.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=48.62%
G=0.55%
B=50.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal881920.040.9900.64297.3697.8518.24
Hex5815C4630401296212
Octal13011344143010045114222
Binary101100011011100100110001101000000100101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58015C; }

 p { color: rgb(88,1,92); }

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

<style>
 a { background-color: #58015C; }

 a { background-color: rgb(88,1,92); }

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

<style>
 span { border-color: #58015C; }

 span { border-color: rgb(88,1,92); }

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