#5B315E

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

Shades of Hot Purple #5B315E

Tints of Hot Purple #5B315E

Color information

#5B315E (or 0x5B315E) is unknown color: approx Hot Purple. HEX triplet: 5B, 31 and 5E. RGB value is (91,49,94). Sum of RGB (Red+Green+Blue) = 91+49+94=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B315E is #A4CEA1. Grayscale: #424242. Windows color (decimal): -10800802 or 6173019. OLE color: 6173019.

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

Color convert

RGB914994-
CMYK0.030.4800.63
HSL296º31.47%28.04%-
HSV(B)296º47.87%36.86%-
XYZ7.435.2311.21-
YUV66.69143.41145.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=38.89%
G=20.94%
B=40.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9149940.030.4800.6329631.4728.04
Hex5B315E33003F1281f1c
Octal133611363600774503734
Binary101101111000110111101111000001111111001010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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