#5A3BBA

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

Shades of Purple Heart #5A3BBA

Tints of Purple Heart #5A3BBA

Color information

#5A3BBA (or 0x5A3BBA) is unknown color: approx Purple Heart. HEX triplet: 5A, 3B and BA. RGB value is (90,59,186). Sum of RGB (Red+Green+Blue) = 90+59+186=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BBA is #A5C445. Grayscale: #525252. Windows color (decimal): -10863686 or 12204890. OLE color: 12204890.

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

Color convert

RGB9059186-
CMYK0.520.6800.27
HSL254.65º51.84%48.04%-
HSV(B)254.65º68.28%72.94%-
XYZ14.648.8547.39-
YUV82.75186.27133.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=26.87%
G=17.61%
B=55.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90591860.520.6800.27254.6551.8448.04
Hex5A3BBA344401Bff3430
Octal13273272641040333776460
Binary101101011101110111010110100100010001101111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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