#5A3AAE

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

Shades of Purple Heart #5A3AAE

Tints of Purple Heart #5A3AAE

Color information

#5A3AAE (or 0x5A3AAE) is unknown color: approx Purple Heart. HEX triplet: 5A, 3A and AE. RGB value is (90,58,174). Sum of RGB (Red+Green+Blue) = 90+58+174=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3AAE is #A5C551. Grayscale: #505050. Windows color (decimal): -10863954 or 11418202. OLE color: 11418202.

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

Color convert

RGB9058174-
CMYK0.480.6700.32
HSL256.55º50%45.49%-
HSV(B)256.55º66.67%68.24%-
XYZ13.378.2640.93-
YUV80.79180.6134.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=27.95%
G=18.01%
B=54.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90581740.480.6700.32256.555045.49
Hex5A3AAE3043020101322d
Octal13272256601030404016255
Binary10110101110101010111011000010000110100000100000001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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