#5A1AA0

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

Shades of Purple Heart #5A1AA0

Tints of Purple Heart #5A1AA0

Color information

#5A1AA0 (or 0x5A1AA0) is unknown color: approx Purple Heart. HEX triplet: 5A, 1A and A0. RGB value is (90,26,160). Sum of RGB (Red+Green+Blue) = 90+26+160=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #5A1AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1AA0 is #A5E55F. Grayscale: #3B3B3B. Windows color (decimal): -10872160 or 10492506. OLE color: 10492506.

HSL color Cylindrical-coordinate representation of color #5A1AA0: hue angle of 268.66º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1AA0 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9026160-
CMYK0.440.8400.37
HSL268.66º72.04%36.47%-
HSV(B)268.66º83.75%62.75%-
XYZ10.935.4533.73-
YUV60.41184.2149.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 160 (62.89% from 255) = 57.97%
R=32.61%
G=9.42%
B=57.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90261600.440.8400.37268.6672.0436.47
Hex5A1AA02C5402510d4824
Octal132322405412404541511044
Binary10110101101010100000101100101010001001011000011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,26,160); }

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

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

 a { background-color: rgb(90,26,160); }

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

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

 span { border-color: rgb(90,26,160); }

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