#5B3BB1

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

Shades of Purple Heart #5B3BB1

Tints of Purple Heart #5B3BB1

Color information

#5B3BB1 (or 0x5B3BB1) is unknown color: approx Purple Heart. HEX triplet: 5B, 3B and B1. RGB value is (91,59,177). Sum of RGB (Red+Green+Blue) = 91+59+177=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B3BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BB1 is #A4C44E. Grayscale: #515151. Windows color (decimal): -10798159 or 11615067. OLE color: 11615067.

HSL color Cylindrical-coordinate representation of color #5B3BB1: hue angle of 256.27º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3BB1 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9159177-
CMYK0.490.6700.31
HSL256.27º50%46.27%-
HSV(B)256.27º66.67%69.41%-
XYZ13.818.5342.51-
YUV82.02181.6134.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=27.83%
G=18.04%
B=54.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91591770.490.6700.31256.275046.27
Hex5B3BB1314301F100322e
Octal13373261611030374006256
Binary1011011111011101100011100011000011011111100000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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