#5D015A

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

Shades of Palatinate Purple #5D015A

Tints of Palatinate Purple #5D015A

Color information

#5D015A (or 0x5D015A) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 01 and 5A. RGB value is (93,1,90). Sum of RGB (Red+Green+Blue) = 93+1+90=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D015A is #A2FEA5. Grayscale: #262626. Windows color (decimal): -10682022 or 5898589. OLE color: 5898589.

HSL color Cylindrical-coordinate representation of color #5D015A: hue angle of 301.96º 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 #5D015A is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB93190-
CMYK00.990.030.64
HSL301.96º97.87%18.43%-
HSV(B)301.96º98.92%36.47%-
XYZ6.373.099.93-
YUV38.65156.98166.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.54%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=50.54%
G=0.54%
B=48.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9319000.990.030.64301.9697.8718.43
Hex5D15A06334012e6212
Octal13511320143310045614222
Binary10111011101101001100011111000000100101110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D015A; }

 p { color: rgb(93,1,90); }

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

<style>
 a { background-color: #5D015A; }

 a { background-color: rgb(93,1,90); }

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

<style>
 span { border-color: #5D015A; }

 span { border-color: rgb(93,1,90); }

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