#5B3860

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

Shades of Hot Purple #5B3860

Tints of Hot Purple #5B3860

Color information

#5B3860 (or 0x5B3860) is unknown color: approx Hot Purple. HEX triplet: 5B, 38 and 60. RGB value is (91,56,96). Sum of RGB (Red+Green+Blue) = 91+56+96=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3860 is #A4C79F. Grayscale: #464646. Windows color (decimal): -10799008 or 6305883. OLE color: 6305883.

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

Color convert

RGB915696-
CMYK0.050.4200.62
HSL292.5º26.32%29.8%-
HSV(B)292.5º41.67%37.65%-
XYZ7.845.911.79-
YUV71.03142.1142.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=37.45%
G=23.05%
B=39.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9156960.050.4200.62292.526.3229.8
Hex5B386052A03E1241a1e
Octal133701405520764443236
Binary1011011111000110000010110101001111101001001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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