#5B2360

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

Shades of Hot Purple #5B2360

Tints of Hot Purple #5B2360

Color information

#5B2360 (or 0x5B2360) is unknown color: approx Hot Purple. HEX triplet: 5B, 23 and 60. RGB value is (91,35,96). Sum of RGB (Red+Green+Blue) = 91+35+96=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2360 is #A4DC9F. Grayscale: #3A3A3A. Windows color (decimal): -10804384 or 6300507. OLE color: 6300507.

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

Color convert

RGB913596-
CMYK0.050.6400.62
HSL295.08º46.56%25.69%-
HSV(B)295.08º63.54%37.65%-
XYZ7.034.2711.52-
YUV58.7149.05151.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.99%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=40.99%
G=15.77%
B=43.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9135960.050.6400.62295.0846.5625.69
Hex5B236054003E1272f1a
Octal1334314051000764475732
Binary101101110001111000001011000000011111010010011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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