#5B1863

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

Shades of Palatinate Purple #5B1863

Tints of Palatinate Purple #5B1863

Color information

#5B1863 (or 0x5B1863) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 18 and 63. RGB value is (91,24,99). Sum of RGB (Red+Green+Blue) = 91+24+99=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B1863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1863 is #A4E79C. Grayscale: #343434. Windows color (decimal): -10807197 or 6494299. OLE color: 6494299.

HSL color Cylindrical-coordinate representation of color #5B1863: hue angle of 293.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1863 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB912499-
CMYK0.080.7600.61
HSL293.6º60.98%24.12%-
HSV(B)293.6º75.76%38.82%-
XYZ6.893.7812.17-
YUV52.58154.2155.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=42.52%
G=11.21%
B=46.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9124990.080.7600.61293.660.9824.12
Hex5B186384C03D1263d18
Octal13330143101140754467530
Binary101101111000110001110001001100011110110010011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,99); }

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

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

 a { background-color: rgb(91,24,99); }

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

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

 span { border-color: rgb(91,24,99); }

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