#5A3CAF

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

Shades of Purple Heart #5A3CAF

Tints of Purple Heart #5A3CAF

Color information

#5A3CAF (or 0x5A3CAF) is unknown color: approx Purple Heart. HEX triplet: 5A, 3C and AF. RGB value is (90,60,175). Sum of RGB (Red+Green+Blue) = 90+60+175=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3CAF is #A5C350. Grayscale: #515151. Windows color (decimal): -10863441 or 11484250. OLE color: 11484250.

HSL color Cylindrical-coordinate representation of color #5A3CAF: hue angle of 255.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A3CAF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9060175-
CMYK0.490.6600.31
HSL255.65º48.94%46.08%-
HSV(B)255.65º65.71%68.63%-
XYZ13.578.541.48-
YUV82.08180.44133.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=27.69%
G=18.46%
B=53.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90601750.490.6600.31255.6548.9446.08
Hex5A3CAF314201F100312e
Octal13274257611020374006156
Binary1011010111100101011111100011000010011111100000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,175); }

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

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

 a { background-color: rgb(90,60,175); }

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

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

 span { border-color: rgb(90,60,175); }

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