#5B154F

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

Shades of Palatinate Purple #5B154F

Tints of Palatinate Purple #5B154F

Color information

#5B154F (or 0x5B154F) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 15 and 4F. RGB value is (91,21,79). Sum of RGB (Red+Green+Blue) = 91+21+79=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B154F is #A4EAB0. Grayscale: #303030. Windows color (decimal): -10807985 or 5182811. OLE color: 5182811.

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

Color convert

RGB912179-
CMYK00.770.130.64
HSL310.29º62.5%21.96%-
HSV(B)310.29º76.92%35.69%-
XYZ5.993.327.72-
YUV48.54145.19158.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.64%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=47.64%
G=10.99%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91217900.770.130.64310.2962.521.96
Hex5B154F04DD401363e16
Octal133251170115151004667626
Binary1011011101011001111010011011101100000010011011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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