#5B295E

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

Shades of Hot Purple #5B295E

Tints of Hot Purple #5B295E

Color information

#5B295E (or 0x5B295E) is unknown color: approx Hot Purple. HEX triplet: 5B, 29 and 5E. RGB value is (91,41,94). Sum of RGB (Red+Green+Blue) = 91+41+94=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B295E is #A4D6A1. Grayscale: #3D3D3D. Windows color (decimal): -10802850 or 6170971. OLE color: 6170971.

HSL color Cylindrical-coordinate representation of color #5B295E: hue angle of 296.6º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B295E is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB914194-
CMYK0.030.5600.63
HSL296.6º39.26%26.47%-
HSV(B)296.6º56.38%36.86%-
XYZ7.134.6211.11-
YUV61.99146.06148.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=40.27%
G=18.14%
B=41.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9141940.030.5600.63296.639.2626.47
Hex5B295E33803F129271a
Octal133511363700774514732
Binary1011011101001101111011111000011111110010100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,41,94); }

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

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

 a { background-color: rgb(91,41,94); }

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

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

 span { border-color: rgb(91,41,94); }

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