#5B335F

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

Shades of Hot Purple #5B335F

Tints of Hot Purple #5B335F

Color information

#5B335F (or 0x5B335F) is unknown color: approx Hot Purple. HEX triplet: 5B, 33 and 5F. RGB value is (91,51,95). Sum of RGB (Red+Green+Blue) = 91+51+95=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335F is #A4CCA0. Grayscale: #434343. Windows color (decimal): -10800289 or 6239067. OLE color: 6239067.

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

Color convert

RGB915195-
CMYK0.040.4600.63
HSL294.55º30.14%28.63%-
HSV(B)294.55º46.32%37.25%-
XYZ7.565.4211.47-
YUV67.98143.25144.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=38.40%
G=21.52%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9151950.040.4600.63294.5530.1428.63
Hex5B335F42E03F1271e1d
Octal133631374560774473635
Binary1011011110011101111110010111001111111001001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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