#5B0263

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

Shades of Palatinate Purple #5B0263

Tints of Palatinate Purple #5B0263

Color information

#5B0263 (or 0x5B0263) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 02 and 63. RGB value is (91,2,99). Sum of RGB (Red+Green+Blue) = 91+2+99=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0263 is #A4FD9C. Grayscale: #272727. Windows color (decimal): -10812829 or 6488667. OLE color: 6488667.

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

Color convert

RGB91299-
CMYK0.080.9800.61
HSL295.05º96.04%19.8%-
HSV(B)295.05º97.98%38.82%-
XYZ6.593.1712.07-
YUV39.67161.49164.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.40%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=47.40%
G=1.04%
B=51.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal912990.080.9800.61295.0596.0419.8
Hex5B26386203D1276014
Octal13321431014207544714024
Binary1011011101100011100011000100111101100100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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