#5B164E

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

Shades of Palatinate Purple #5B164E

Tints of Palatinate Purple #5B164E

Color information

#5B164E (or 0x5B164E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 16 and 4E. RGB value is (91,22,78). Sum of RGB (Red+Green+Blue) = 91+22+78=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B164E is #A4E9B1. Grayscale: #303030. Windows color (decimal): -10807730 or 5117531. OLE color: 5117531.

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

Color convert

RGB912278-
CMYK00.760.140.64
HSL311.3º61.06%22.16%-
HSV(B)311.3º75.82%35.69%-
XYZ5.983.357.54-
YUV49.02144.36157.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.64%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=47.64%
G=11.52%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91227800.760.140.64311.361.0622.16
Hex5B164E04CE401373d16
Octal133261160114161004677526
Binary1011011101101001110010011001110100000010011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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