#5A09AE

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

Shades of Purple Heart #5A09AE

Tints of Purple Heart #5A09AE

Color information

#5A09AE (or 0x5A09AE) is unknown color: approx Purple Heart. HEX triplet: 5A, 09 and AE. RGB value is (90,9,174). Sum of RGB (Red+Green+Blue) = 90+9+174=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A09AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A09AE is #A5F651. Grayscale: #333333. Windows color (decimal): -10876498 or 11405658. OLE color: 11405658.

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

Color convert

RGB909174-
CMYK0.480.9500.32
HSL269.45º90.16%35.88%-
HSV(B)269.45º94.83%68.24%-
XYZ11.955.4340.46-
YUV52.03196.84155.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=32.97%
G=3.30%
B=63.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9091740.480.9500.32269.4590.1635.88
Hex5A9AE305F02010d5a24
Octal132112566013704041513244
Binary1011010100110101110110000101111101000001000011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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