#5A0FB8

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

Shades of Purple Heart #5A0FB8

Tints of Purple Heart #5A0FB8

Color information

#5A0FB8 (or 0x5A0FB8) is unknown color: approx Purple Heart. HEX triplet: 5A, 0F and B8. RGB value is (90,15,184). Sum of RGB (Red+Green+Blue) = 90+15+184=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A0FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FB8 is #A5F047. Grayscale: #383838. Windows color (decimal): -10874952 or 12062554. OLE color: 12062554.

HSL color Cylindrical-coordinate representation of color #5A0FB8: hue angle of 266.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0FB8 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9015184-
CMYK0.510.9200.28
HSL266.63º84.92%39.02%-
HSV(B)266.63º91.85%72.16%-
XYZ13.045.9845.81-
YUV56.69199.85151.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 184 (72.27% from 255) = 63.67%
R=31.14%
G=5.19%
B=63.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90151840.510.9200.28266.6384.9239.02
Hex5AFB8335C01C10b5527
Octal132172706313403441312547
Binary101101011111011100011001110111000111001000010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,184); }

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

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

 a { background-color: rgb(90,15,184); }

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

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

 span { border-color: rgb(90,15,184); }

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