#5B0960

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

Shades of Palatinate Purple #5B0960

Tints of Palatinate Purple #5B0960

Color information

#5B0960 (or 0x5B0960) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 09 and 60. RGB value is (91,9,96). Sum of RGB (Red+Green+Blue) = 91+9+96=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B0960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0960 is #A4F69F. Grayscale: #2B2B2B. Windows color (decimal): -10811040 or 6293851. OLE color: 6293851.

HSL color Cylindrical-coordinate representation of color #5B0960: hue angle of 296.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0960 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB91996-
CMYK0.050.9100.62
HSL296.55º82.86%20.59%-
HSV(B)296.55º90.62%37.65%-
XYZ6.523.2611.35-
YUV43.44157.67161.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.43%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=46.43%
G=4.59%
B=48.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal919960.050.9100.62296.5582.8620.59
Hex5B96055B03E1295315
Octal13311140513307645112325
Binary10110111001110000010110110110111110100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,96); }

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

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

 a { background-color: rgb(91,9,96); }

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

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

 span { border-color: rgb(91,9,96); }

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