#5a19bd

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

Shades of Purple Heart #5A19BD

Tints of Purple Heart #5A19BD

Color information

#5A19BD (or 0x5A19BD) is unknown color: approx Purple Heart. HEX triplet: 5A, 19 and BD. RGB value is (90,25,189). Sum of RGB (Red+Green+Blue) = 90+25+189=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A19BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A19BD is #A5E642. Grayscale: #3E3E3E. Windows color (decimal): -10872387 or 12392794. OLE color: 12392794.

HSL color Cylindrical-coordinate representation of color #5A19BD: hue angle of 263.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A19BD is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9025189-
CMYK0.520.8700.26
HSL263.78º76.64%41.96%-
HSV(B)263.78º86.77%74.12%-
XYZ13.756.5448.68-
YUV63.13199.03147.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 189 (74.22% from 255) = 62.17%
R=29.61%
G=8.22%
B=62.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90251890.520.8700.26263.7876.6441.96
Hex5A19BD345701A1084d2a
Octal132312756412703241011552
Binary1011010110011011110111010010101110110101000010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a19bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,189); }

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

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

 a { background-color: rgb(90,25,189); }

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

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

 span { border-color: rgb(90,25,189); }

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