#5B0F60

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

Shades of Palatinate Purple #5B0F60

Tints of Palatinate Purple #5B0F60

Color information

#5B0F60 (or 0x5B0F60) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 0F and 60. RGB value is (91,15,96). Sum of RGB (Red+Green+Blue) = 91+15+96=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B0F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F60 is #A4F09F. Grayscale: #2E2E2E. Windows color (decimal): -10809504 or 6295387. OLE color: 6295387.

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

Color convert

RGB911596-
CMYK0.050.8400.62
HSL296.3º72.97%21.76%-
HSV(B)296.3º84.38%37.65%-
XYZ6.63.4111.38-
YUV46.96155.68159.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=45.05%
G=7.43%
B=47.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9115960.050.8400.62296.372.9721.76
Hex5BF6055403E1284916
Octal13317140512407645011126
Binary10110111111110000010110101000111110100101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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