#5B0B5E

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

Shades of Palatinate Purple #5B0B5E

Tints of Palatinate Purple #5B0B5E

Color information

#5B0B5E (or 0x5B0B5E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 0B and 5E. RGB value is (91,11,94). Sum of RGB (Red+Green+Blue) = 91+11+94=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0B5E is #A4F4A1. Grayscale: #2C2C2C. Windows color (decimal): -10810530 or 6163291. OLE color: 6163291.

HSL color Cylindrical-coordinate representation of color #5B0B5E: hue angle of 297.83º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B5E is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB911194-
CMYK0.030.8800.63
HSL297.83º79.05%20.59%-
HSV(B)297.83º88.3%36.86%-
XYZ6.453.2710.88-
YUV44.38156161.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.43%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=46.43%
G=5.61%
B=47.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9111940.030.8800.63297.8379.0520.59
Hex5BB5E35803F12a4f15
Octal13313136313007745211725
Binary1011011101110111101110110000111111100101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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