#5A17AA

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

Shades of Purple Heart #5A17AA

Tints of Purple Heart #5A17AA

Color information

#5A17AA (or 0x5A17AA) is unknown color: approx Purple Heart. HEX triplet: 5A, 17 and AA. RGB value is (90,23,170). Sum of RGB (Red+Green+Blue) = 90+23+170=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A17AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A17AA is #A5E855. Grayscale: #3B3B3B. Windows color (decimal): -10872918 or 11147098. OLE color: 11147098.

HSL color Cylindrical-coordinate representation of color #5A17AA: hue angle of 267.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A17AA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9023170-
CMYK0.470.8600.33
HSL267.35º76.17%37.84%-
HSV(B)267.35º86.47%66.67%-
XYZ11.785.6938.51-
YUV59.79190.2149.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=31.80%
G=8.13%
B=60.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90231700.470.8600.33267.3576.1737.84
Hex5A17AA2F5602110b4c26
Octal132272525712604141311446
Binary10110101011110101010101111101011001000011000010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,23,170); }

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

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

 a { background-color: rgb(90,23,170); }

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

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

 span { border-color: rgb(90,23,170); }

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