#5A2BBA

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

Shades of Purple Heart #5A2BBA

Tints of Purple Heart #5A2BBA

Color information

#5A2BBA (or 0x5A2BBA) is unknown color: approx Purple Heart. HEX triplet: 5A, 2B and BA. RGB value is (90,43,186). Sum of RGB (Red+Green+Blue) = 90+43+186=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BBA is #A5D445. Grayscale: #484848. Windows color (decimal): -10867782 or 12200794. OLE color: 12200794.

HSL color Cylindrical-coordinate representation of color #5A2BBA: hue angle of 259.72º 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 #5A2BBA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9043186-
CMYK0.520.7700.27
HSL259.72º62.45%44.9%-
HSV(B)259.72º76.88%72.94%-
XYZ13.947.4547.16-
YUV73.35191.57139.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=28.21%
G=13.48%
B=58.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90431860.520.7700.27259.7262.4544.9
Hex5A2BBA344D01B1043e2d
Octal13253272641150334047655
Binary1011010101011101110101101001001101011011100000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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