#5B154E

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

Shades of Palatinate Purple #5B154E

Tints of Palatinate Purple #5B154E

Color information

#5B154E (or 0x5B154E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 15 and 4E. RGB value is (91,21,78). Sum of RGB (Red+Green+Blue) = 91+21+78=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B154E is #A4EAB1. Grayscale: #303030. Windows color (decimal): -10807986 or 5117275. OLE color: 5117275.

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

Color convert

RGB912178-
CMYK00.770.140.64
HSL311.14º62.5%21.96%-
HSV(B)311.14º76.92%35.69%-
XYZ5.963.317.53-
YUV48.43144.69158.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.89%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=47.89%
G=11.05%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91217800.770.140.64311.1462.521.96
Hex5B154E04DE401373e16
Octal133251160115161004677626
Binary1011011101011001110010011011110100000010011011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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