#5B005B

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

Shades of Palatinate Purple #5B005B

Tints of Palatinate Purple #5B005B

Color information

#5B005B (or 0x5B005B) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 00 and 5B. RGB value is (91,0,91). Sum of RGB (Red+Green+Blue) = 91+0+91=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B005B is #A4FFA4. Grayscale: #252525. Windows color (decimal): -10813349 or 5963867. OLE color: 5963867.

HSL color Cylindrical-coordinate representation of color #5B005B: hue angle of 300º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B005B is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB91091-
CMYK0100.64
HSL300º100%17.84%-
HSV(B)300º100%35.69%-
XYZ6.22.9810.15-
YUV37.58158.15166.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal910910100.6430010017.84
Hex5B05B06404012c6412
Octal13301330144010045414422
Binary1011011010110110110010001000000100101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,91); }

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

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

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

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

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

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

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