#5B3061

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

Shades of Hot Purple #5B3061

Tints of Hot Purple #5B3061

Color information

#5B3061 (or 0x5B3061) is unknown color: approx Hot Purple. HEX triplet: 5B, 30 and 61. RGB value is (91,48,97). Sum of RGB (Red+Green+Blue) = 91+48+97=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B3061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3061 is #A4CF9E. Grayscale: #424242. Windows color (decimal): -10801055 or 6369371. OLE color: 6369371.

HSL color Cylindrical-coordinate representation of color #5B3061: hue angle of 292.65º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3061 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB914897-
CMYK0.060.5100.62
HSL292.65º33.79%28.43%-
HSV(B)292.65º50.52%38.04%-
XYZ7.535.211.92-
YUV66.44145.25145.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=38.56%
G=20.34%
B=41.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9148970.060.5100.62292.6533.7928.43
Hex5B306163303E125221c
Octal133601416630764454234
Binary10110111100001100001110110011011111010010010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,48,97); }

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

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

 a { background-color: rgb(91,48,97); }

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

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

 span { border-color: rgb(91,48,97); }

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