#5A1FD7

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

Shades of Purple Heart #5A1FD7

Tints of Purple Heart #5A1FD7

Color information

#5A1FD7 (or 0x5A1FD7) is unknown color: approx Purple Heart. HEX triplet: 5A, 1F and D7. RGB value is (90,31,215). Sum of RGB (Red+Green+Blue) = 90+31+215=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A1FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FD7 is #A5E028. Grayscale: #444444. Windows color (decimal): -10870825 or 14098266. OLE color: 14098266.

HSL color Cylindrical-coordinate representation of color #5A1FD7: hue angle of 259.24º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1FD7 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9031215-
CMYK0.580.8600.16
HSL259.24º74.8%48.24%-
HSV(B)259.24º85.58%84.31%-
XYZ16.978.0664.95-
YUV69.62210.05142.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 31 (12.5% from 255) = 9.23%
BLUE value IS 215 (84.38% from 255) = 63.99%
R=26.79%
G=9.23%
B=63.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90312150.580.8600.16259.2474.848.24
Hex5A1FD73A560101034b30
Octal132373277212602040311360
Binary1011010111111101011111101010101100100001000000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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