#5B165A

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

Shades of Palatinate Purple #5B165A

Tints of Palatinate Purple #5B165A

Color information

#5B165A (or 0x5B165A) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 16 and 5A. RGB value is (91,22,90). Sum of RGB (Red+Green+Blue) = 91+22+90=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B165A is #A4E9A5. Grayscale: #323232. Windows color (decimal): -10807718 or 5903963. OLE color: 5903963.

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

Color convert

RGB912290-
CMYK00.760.010.64
HSL300.87º61.06%22.16%-
HSV(B)300.87º75.82%35.69%-
XYZ6.453.5410.02-
YUV50.38150.36156.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=44.83%
G=10.84%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91229000.760.010.64300.8761.0622.16
Hex5B165A04C14012d3d16
Octal13326132011411004557526
Binary1011011101101011010010011001100000010010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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