#5B085D

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

Shades of Palatinate Purple #5B085D

Tints of Palatinate Purple #5B085D

Color information

#5B085D (or 0x5B085D) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 08 and 5D. RGB value is (91,8,93). Sum of RGB (Red+Green+Blue) = 91+8+93=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B085D is #A4F7A2. Grayscale: #2A2A2A. Windows color (decimal): -10811299 or 6096987. OLE color: 6096987.

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

Color convert

RGB91893-
CMYK0.020.9100.64
HSL298.59º84.16%19.8%-
HSV(B)298.59º91.4%36.47%-
XYZ6.383.1910.64-
YUV42.51156.5162.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.40%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=47.40%
G=4.17%
B=48.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal918930.020.9100.64298.5984.1619.8
Hex5B85D25B04012b5414
Octal133101352133010045312424
Binary10110111000101110110101101101000000100101011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,8,93); }

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

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

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

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

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

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

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