#5D165A

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

Shades of Palatinate Purple #5D165A

Tints of Palatinate Purple #5D165A

Color information

#5D165A (or 0x5D165A) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 16 and 5A. RGB value is (93,22,90). Sum of RGB (Red+Green+Blue) = 93+22+90=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D165A is #A2E9A5. Grayscale: #323232. Windows color (decimal): -10676646 or 5903965. OLE color: 5903965.

HSL color Cylindrical-coordinate representation of color #5D165A: hue angle of 302.54º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D165A is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB932290-
CMYK00.760.030.64
HSL302.54º61.74%22.55%-
HSV(B)302.54º76.34%36.47%-
XYZ6.653.6410.02-
YUV50.98150.02157.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=45.37%
G=10.73%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93229000.760.030.64302.5461.7422.55
Hex5D165A04C34012f3e17
Octal13526132011431004577627
Binary10111011011010110100100110011100000010010111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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