#5B0F5D

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

Shades of Palatinate Purple #5B0F5D

Tints of Palatinate Purple #5B0F5D

Color information

#5B0F5D (or 0x5B0F5D) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 0F and 5D. RGB value is (91,15,93). Sum of RGB (Red+Green+Blue) = 91+15+93=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B0F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F5D is #A4F0A2. Grayscale: #2E2E2E. Windows color (decimal): -10809507 or 6098779. OLE color: 6098779.

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

Color convert

RGB911593-
CMYK0.020.8400.64
HSL298.46º72.22%21.18%-
HSV(B)298.46º83.87%36.47%-
XYZ6.463.3610.66-
YUV46.62154.18159.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=45.73%
G=7.54%
B=46.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9115930.020.8400.64298.4672.2221.18
Hex5BF5D25404012a4815
Octal133171352124010045211025
Binary10110111111101110110101010001000000100101010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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