#5B345D

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

Shades of Hot Purple #5B345D

Tints of Hot Purple #5B345D

Color information

#5B345D (or 0x5B345D) is unknown color: approx Hot Purple. HEX triplet: 5B, 34 and 5D. RGB value is (91,52,93). Sum of RGB (Red+Green+Blue) = 91+52+93=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B345D is #A4CBA2. Grayscale: #444444. Windows color (decimal): -10800035 or 6108251. OLE color: 6108251.

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

Color convert

RGB915293-
CMYK0.020.4400.64
HSL297.07º28.28%28.43%-
HSV(B)297.07º44.09%36.47%-
XYZ7.525.4711.02-
YUV68.33141.92144.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=38.56%
G=22.03%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9152930.020.4400.64297.0728.2828.43
Hex5B345D22C0401291c1c
Octal1336413525401004513434
Binary1011011110100101110110101100010000001001010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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