#5B1462

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

Shades of Palatinate Purple #5B1462

Tints of Palatinate Purple #5B1462

Color information

#5B1462 (or 0x5B1462) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 14 and 62. RGB value is (91,20,98). Sum of RGB (Red+Green+Blue) = 91+20+98=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B1462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1462 is #A4EB9D. Grayscale: #313131. Windows color (decimal): -10808222 or 6427739. OLE color: 6427739.

HSL color Cylindrical-coordinate representation of color #5B1462: hue angle of 294.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1462 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB912098-
CMYK0.070.8000.62
HSL294.62º66.1%23.14%-
HSV(B)294.62º79.59%38.43%-
XYZ6.773.6111.89-
YUV50.12155.02157.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=43.54%
G=9.57%
B=46.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9120980.070.8000.62294.6266.123.14
Hex5B146275003E1274217
Octal13324142712007644710227
Binary101101110100110001011110100000111110100100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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