#5D0160

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

Shades of Palatinate Purple #5D0160

Tints of Palatinate Purple #5D0160

Color information

#5D0160 (or 0x5D0160) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 01 and 60. RGB value is (93,1,96). Sum of RGB (Red+Green+Blue) = 93+1+96=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0160 is #A2FE9F. Grayscale: #272727. Windows color (decimal): -10682016 or 6291805. OLE color: 6291805.

HSL color Cylindrical-coordinate representation of color #5D0160: hue angle of 298.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0160 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93196-
CMYK0.030.9900.62
HSL298.11º97.94%19.02%-
HSV(B)298.11º98.96%37.65%-
XYZ6.643.1911.33-
YUV39.34159.98166.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=48.95%
G=0.53%
B=50.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal931960.030.9900.62298.1197.9419.02
Hex5D16036303E12a6213
Octal1351140314307645214223
Binary1011101111000001111000110111110100101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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