#5A2CAE

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

Shades of Purple Heart #5A2CAE

Tints of Purple Heart #5A2CAE

Color information

#5A2CAE (or 0x5A2CAE) is unknown color: approx Purple Heart. HEX triplet: 5A, 2C and AE. RGB value is (90,44,174). Sum of RGB (Red+Green+Blue) = 90+44+174=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A2CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2CAE is #A5D351. Grayscale: #484848. Windows color (decimal): -10867538 or 11414618. OLE color: 11414618.

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

Color convert

RGB9044174-
CMYK0.480.7500.32
HSL261.23º59.63%42.75%-
HSV(B)261.23º74.71%68.24%-
XYZ12.767.0340.73-
YUV72.57185.24140.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.22%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=29.22%
G=14.29%
B=56.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90441740.480.7500.32261.2359.6342.75
Hex5A2CAE304B0201053c2b
Octal13254256601130404057453
Binary10110101011001010111011000010010110100000100000101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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