#5B095B

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

Shades of Palatinate Purple #5B095B

Tints of Palatinate Purple #5B095B

Color information

#5B095B (or 0x5B095B) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 09 and 5B. RGB value is (91,9,91). Sum of RGB (Red+Green+Blue) = 91+9+91=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B095B is #A4F6A4. Grayscale: #2A2A2A. Windows color (decimal): -10811045 or 5966171. OLE color: 5966171.

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

Color convert

RGB91991-
CMYK00.9000.64
HSL300º82%19.61%-
HSV(B)300º90.11%35.69%-
XYZ6.33.1710.18-
YUV42.87155.17162.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.64%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=47.64%
G=4.71%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9199100.9000.643008219.61
Hex5B95B05A04012c5214
Octal133111330132010045412224
Binary1011011100110110110101101001000000100101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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