#5B1BA1

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

Shades of Purple Heart #5B1BA1

Tints of Purple Heart #5B1BA1

Color information

#5B1BA1 (or 0x5B1BA1) is unknown color: approx Purple Heart. HEX triplet: 5B, 1B and A1. RGB value is (91,27,161). Sum of RGB (Red+Green+Blue) = 91+27+161=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B1BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1BA1 is #A4E45E. Grayscale: #3C3C3C. Windows color (decimal): -10806367 or 10558299. OLE color: 10558299.

HSL color Cylindrical-coordinate representation of color #5B1BA1: hue angle of 268.66º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1BA1 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9127161-
CMYK0.430.8300.37
HSL268.66º71.28%36.86%-
HSV(B)268.66º83.23%63.14%-
XYZ11.145.5834.21-
YUV61.41184.2149.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 161 (63.28% from 255) = 57.71%
R=32.62%
G=9.68%
B=57.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91271610.430.8300.37268.6671.2836.86
Hex5B1BA12B5302510d4725
Octal133332415312304541510745
Binary10110111101110100001101011101001101001011000011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,27,161); }

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

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

 a { background-color: rgb(91,27,161); }

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

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

 span { border-color: rgb(91,27,161); }

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