#5B1951

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

Shades of Palatinate Purple #5B1951

Tints of Palatinate Purple #5B1951

Color information

#5B1951 (or 0x5B1951) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 19 and 51. RGB value is (91,25,81). Sum of RGB (Red+Green+Blue) = 91+25+81=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1951 is #A4E6AE. Grayscale: #323232. Windows color (decimal): -10806959 or 5314907. OLE color: 5314907.

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

Color convert

RGB912581-
CMYK00.730.110.64
HSL309.09º56.9%22.75%-
HSV(B)309.09º72.53%35.69%-
XYZ6.153.518.14-
YUV51.12144.87156.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.19%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=46.19%
G=12.69%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91258100.730.110.64309.0956.922.75
Hex5B1951049B401353917
Octal133311210111131004657127
Binary1011011110011010001010010011011100000010011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,25,81); }

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

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

 a { background-color: rgb(91,25,81); }

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

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

 span { border-color: rgb(91,25,81); }

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