#5B0363

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

Shades of Palatinate Purple #5B0363

Tints of Palatinate Purple #5B0363

Color information

#5B0363 (or 0x5B0363) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 03 and 63. RGB value is (91,3,99). Sum of RGB (Red+Green+Blue) = 91+3+99=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0363 is #A4FC9C. Grayscale: #272727. Windows color (decimal): -10812573 or 6488923. OLE color: 6488923.

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

Color convert

RGB91399-
CMYK0.080.9700.61
HSL295º94.12%20%-
HSV(B)295º96.97%38.82%-
XYZ6.63.1912.07-
YUV40.26161.15164.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.15%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=47.15%
G=1.55%
B=51.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal913990.080.9700.6129594.1220
Hex5B36386103D1275e14
Octal13331431014107544713624
Binary1011011111100011100011000010111101100100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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