#5A1BAE

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

Shades of Purple Heart #5A1BAE

Tints of Purple Heart #5A1BAE

Color information

#5A1BAE (or 0x5A1BAE) is unknown color: approx Purple Heart. HEX triplet: 5A, 1B and AE. RGB value is (90,27,174). Sum of RGB (Red+Green+Blue) = 90+27+174=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1BAE is #A5E451. Grayscale: #3E3E3E. Windows color (decimal): -10871890 or 11410266. OLE color: 11410266.

HSL color Cylindrical-coordinate representation of color #5A1BAE: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1BAE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9027174-
CMYK0.480.8400.32
HSL265.71º73.13%39.41%-
HSV(B)265.71º84.48%68.24%-
XYZ12.256.0140.56-
YUV62.6190.87147.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 27 (10.94% from 255) = 9.28%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=30.93%
G=9.28%
B=59.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90271740.480.8400.32265.7173.1339.41
Hex5A1BAE305402010a4927
Octal132332566012404041211147
Binary10110101101110101110110000101010001000001000010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,27,174); }

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

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

 a { background-color: rgb(90,27,174); }

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

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

 span { border-color: rgb(90,27,174); }

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