#5B1862

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

Shades of Palatinate Purple #5B1862

Tints of Palatinate Purple #5B1862

Color information

#5B1862 (or 0x5B1862) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 18 and 62. RGB value is (91,24,98). Sum of RGB (Red+Green+Blue) = 91+24+98=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B1862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1862 is #A4E79D. Grayscale: #343434. Windows color (decimal): -10807198 or 6428763. OLE color: 6428763.

HSL color Cylindrical-coordinate representation of color #5B1862: hue angle of 294.32º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1862 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB912498-
CMYK0.070.7600.62
HSL294.32º60.66%23.92%-
HSV(B)294.32º75.51%38.43%-
XYZ6.853.7611.92-
YUV52.47153.7155.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=42.72%
G=11.27%
B=46.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9124980.070.7600.62294.3260.6623.92
Hex5B186274C03E1263d18
Octal1333014271140764467530
Binary10110111100011000101111001100011111010010011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,98); }

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

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

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

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

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

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

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