#5A1FD9

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

Shades of Purple Heart #5A1FD9

Tints of Purple Heart #5A1FD9

Color information

#5A1FD9 (or 0x5A1FD9) is unknown color: approx Purple Heart. HEX triplet: 5A, 1F and D9. RGB value is (90,31,217). Sum of RGB (Red+Green+Blue) = 90+31+217=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #5A1FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FD9 is #A5E026. Grayscale: #454545. Windows color (decimal): -10870823 or 14229338. OLE color: 14229338.

HSL color Cylindrical-coordinate representation of color #5A1FD9: hue angle of 259.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1FD9 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9031217-
CMYK0.590.8600.15
HSL259.03º75%48.63%-
HSV(B)259.03º85.71%85.1%-
XYZ17.238.1666.31-
YUV69.84211.05142.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 217 (85.16% from 255) = 64.20%
R=26.63%
G=9.17%
B=64.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90312170.590.8600.15259.037548.63
Hex5A1FD93B560F1034b31
Octal132373317312601740311361
Binary101101011111110110011110111010110011111000000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,31,217); }

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

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

 a { background-color: rgb(90,31,217); }

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

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

 span { border-color: rgb(90,31,217); }

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