#5B155F

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

Shades of Palatinate Purple #5B155F

Tints of Palatinate Purple #5B155F

Color information

#5B155F (or 0x5B155F) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 15 and 5F. RGB value is (91,21,95). Sum of RGB (Red+Green+Blue) = 91+21+95=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B155F is #A4EAA0. Grayscale: #323232. Windows color (decimal): -10807969 or 6231387. OLE color: 6231387.

HSL color Cylindrical-coordinate representation of color #5B155F: hue angle of 296.76º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B155F is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB912195-
CMYK0.040.7800.63
HSL296.76º63.79%22.75%-
HSV(B)296.76º77.89%37.25%-
XYZ6.653.5911.17-
YUV50.37153.19156.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=43.96%
G=10.14%
B=45.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9121950.040.7800.63296.7663.7922.75
Hex5B155F44E03F1294017
Octal13325137411607745110027
Binary101101110101101111110010011100111111100101001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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