#5B395D

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

Shades of Hot Purple #5B395D

Tints of Hot Purple #5B395D

Color information

#5B395D (or 0x5B395D) is unknown color: approx Hot Purple. HEX triplet: 5B, 39 and 5D. RGB value is (91,57,93). Sum of RGB (Red+Green+Blue) = 91+57+93=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B395D is #A4C6A2. Grayscale: #474747. Windows color (decimal): -10798755 or 6109531. OLE color: 6109531.

HSL color Cylindrical-coordinate representation of color #5B395D: hue angle of 296.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B395D is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB915793-
CMYK0.020.3900.64
HSL296.67º24%29.41%-
HSV(B)296.67º38.71%36.47%-
XYZ7.755.9411.09-
YUV71.27140.26142.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=37.76%
G=23.65%
B=38.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9157930.020.3900.64296.672429.41
Hex5B395D227040129181d
Octal1337113524701004513035
Binary1011011111001101110110100111010000001001010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,57,93); }

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

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

 a { background-color: rgb(91,57,93); }

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

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

 span { border-color: rgb(91,57,93); }

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