#5B395F

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

Shades of Hot Purple #5B395F

Tints of Hot Purple #5B395F

Color information

#5B395F (or 0x5B395F) is unknown color: approx Hot Purple. HEX triplet: 5B, 39 and 5F. RGB value is (91,57,95). Sum of RGB (Red+Green+Blue) = 91+57+95=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B395F is #A4C6A0. Grayscale: #474747. Windows color (decimal): -10798753 or 6240603. OLE color: 6240603.

HSL color Cylindrical-coordinate representation of color #5B395F: hue angle of 293.68º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B395F is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB915795-
CMYK0.040.4000.63
HSL293.68º25%29.8%-
HSV(B)293.68º40%37.25%-
XYZ7.845.9811.57-
YUV71.5141.26141.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=37.45%
G=23.46%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9157950.040.4000.63293.682529.8
Hex5B395F42803F126191e
Octal133711374500774463136
Binary1011011111001101111110010100001111111001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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