#5B2BBA

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

Shades of Purple Heart #5B2BBA

Tints of Purple Heart #5B2BBA

Color information

#5B2BBA (or 0x5B2BBA) is unknown color: approx Purple Heart. HEX triplet: 5B, 2B and BA. RGB value is (91,43,186). Sum of RGB (Red+Green+Blue) = 91+43+186=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2BBA is #A4D445. Grayscale: #494949. Windows color (decimal): -10802246 or 12200795. OLE color: 12200795.

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

Color convert

RGB9143186-
CMYK0.510.7700.27
HSL260.14º62.45%44.9%-
HSV(B)260.14º76.88%72.94%-
XYZ14.047.547.16-
YUV73.65191.4140.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.44%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=28.44%
G=13.44%
B=58.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91431860.510.7700.27260.1462.4544.9
Hex5B2BBA334D01B1043e2d
Octal13353272631150334047655
Binary1011011101011101110101100111001101011011100000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,43,186); }

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

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

 a { background-color: rgb(91,43,186); }

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

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

 span { border-color: rgb(91,43,186); }

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