#5A0FC2

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

Shades of Purple Heart #5A0FC2

Tints of Purple Heart #5A0FC2

Color information

#5A0FC2 (or 0x5A0FC2) is unknown color: approx Purple Heart. HEX triplet: 5A, 0F and C2. RGB value is (90,15,194). Sum of RGB (Red+Green+Blue) = 90+15+194=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #5A0FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FC2 is #A5F03D. Grayscale: #393939. Windows color (decimal): -10874942 or 12717914. OLE color: 12717914.

HSL color Cylindrical-coordinate representation of color #5A0FC2: hue angle of 265.14º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0FC2 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9015194-
CMYK0.540.9200.24
HSL265.14º85.65%40.98%-
HSV(B)265.14º92.27%76.08%-
XYZ14.126.4151.53-
YUV57.83204.85150.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 194 (76.17% from 255) = 64.88%
R=30.10%
G=5.02%
B=64.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90151940.540.9200.24265.1485.6540.98
Hex5AFC2365C0181095629
Octal132173026613403041112651
Binary101101011111100001011011010111000110001000010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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