#5A09AC

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

Shades of Purple Heart #5A09AC

Tints of Purple Heart #5A09AC

Color information

#5A09AC (or 0x5A09AC) is unknown color: approx Purple Heart. HEX triplet: 5A, 09 and AC. RGB value is (90,9,172). Sum of RGB (Red+Green+Blue) = 90+9+172=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A09AC is #A5F653. Grayscale: #333333. Windows color (decimal): -10876500 or 11274586. OLE color: 11274586.

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

Color convert

RGB909172-
CMYK0.480.9500.33
HSL269.82º90.06%35.49%-
HSV(B)269.82º94.77%67.45%-
XYZ11.765.3539.44-
YUV51.8195.84155.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 172 (67.58% from 255) = 63.47%
R=33.21%
G=3.32%
B=63.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9091720.480.9500.33269.8290.0635.49
Hex5A9AC305F02110e5a23
Octal132112546013704141613243
Binary1011010100110101100110000101111101000011000011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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