#5B0B63

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

Shades of Palatinate Purple #5B0B63

Tints of Palatinate Purple #5B0B63

Color information

#5B0B63 (or 0x5B0B63) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 0B and 63. RGB value is (91,11,99). Sum of RGB (Red+Green+Blue) = 91+11+99=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0B63 is #A4F49C. Grayscale: #2C2C2C. Windows color (decimal): -10810525 or 6490971. OLE color: 6490971.

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

Color convert

RGB911199-
CMYK0.080.8900.61
HSL294.55º80%21.57%-
HSV(B)294.55º88.89%38.82%-
XYZ6.693.3612.1-
YUV44.95158.5160.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.27%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=45.27%
G=5.47%
B=49.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9111990.080.8900.61294.558021.57
Hex5BB6385903D1275016
Octal133131431013107544712026
Binary101101110111100011100010110010111101100100111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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