#5B3BB9

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

Shades of Purple Heart #5B3BB9

Tints of Purple Heart #5B3BB9

Color information

#5B3BB9 (or 0x5B3BB9) is unknown color: approx Purple Heart. HEX triplet: 5B, 3B and B9. RGB value is (91,59,185). Sum of RGB (Red+Green+Blue) = 91+59+185=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #5B3BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BB9 is #A4C446. Grayscale: #525252. Windows color (decimal): -10798151 or 12139355. OLE color: 12139355.

HSL color Cylindrical-coordinate representation of color #5B3BB9: hue angle of 255.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3BB9 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9159185-
CMYK0.510.6800.27
HSL255.24º51.64%47.84%-
HSV(B)255.24º68.11%72.55%-
XYZ14.648.8546.84-
YUV82.93185.6133.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=27.16%
G=17.61%
B=55.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91591850.510.6800.27255.2451.6447.84
Hex5B3BB9334401Bff3430
Octal13373271631040333776460
Binary101101111101110111001110011100010001101111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,59,185); }

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

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

 a { background-color: rgb(91,59,185); }

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

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

 span { border-color: rgb(91,59,185); }

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