#5A35AE

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

Shades of Purple Heart #5A35AE

Tints of Purple Heart #5A35AE

Color information

#5A35AE (or 0x5A35AE) is unknown color: approx Purple Heart. HEX triplet: 5A, 35 and AE. RGB value is (90,53,174). Sum of RGB (Red+Green+Blue) = 90+53+174=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A35AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A35AE is #A5CA51. Grayscale: #4D4D4D. Windows color (decimal): -10865234 or 11416922. OLE color: 11416922.

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

Color convert

RGB9053174-
CMYK0.480.7000.32
HSL258.35º53.3%44.51%-
HSV(B)258.35º69.54%68.24%-
XYZ13.137.7840.85-
YUV77.86182.26136.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=28.39%
G=16.72%
B=54.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90531740.480.7000.32258.3553.344.51
Hex5A35AE3046020102352d
Octal13265256601060404026555
Binary10110101101011010111011000010001100100000100000010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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