#5B305D

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

Shades of Hot Purple #5B305D

Tints of Hot Purple #5B305D

Color information

#5B305D (or 0x5B305D) is unknown color: approx Hot Purple. HEX triplet: 5B, 30 and 5D. RGB value is (91,48,93). Sum of RGB (Red+Green+Blue) = 91+48+93=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B305D is #A4CFA2. Grayscale: #414141. Windows color (decimal): -10801059 or 6107227. OLE color: 6107227.

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

Color convert

RGB914893-
CMYK0.020.4800.64
HSL297.33º31.91%27.65%-
HSV(B)297.33º48.39%36.47%-
XYZ7.355.1310.96-
YUV65.99143.25145.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.22%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=39.22%
G=20.69%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9148930.020.4800.64297.3331.9127.65
Hex5B305D230040129201c
Octal1336013526001004514034
Binary10110111100001011101101100000100000010010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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