#5A13B9

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

Shades of Purple Heart #5A13B9

Tints of Purple Heart #5A13B9

Color information

#5A13B9 (or 0x5A13B9) is unknown color: approx Purple Heart. HEX triplet: 5A, 13 and B9. RGB value is (90,19,185). Sum of RGB (Red+Green+Blue) = 90+19+185=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A13B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A13B9 is #A5EC46. Grayscale: #3A3A3A. Windows color (decimal): -10873927 or 12129114. OLE color: 12129114.

HSL color Cylindrical-coordinate representation of color #5A13B9: hue angle of 265.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A13B9 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9019185-
CMYK0.510.9000.27
HSL265.66º81.37%40%-
HSV(B)265.66º89.73%72.55%-
XYZ13.216.1446.39-
YUV59.15199.02150-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 185 (72.66% from 255) = 62.93%
R=30.61%
G=6.46%
B=62.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90191850.510.9000.27265.6681.3740
Hex5A13B9335A01B10a5128
Octal132232716313203341212150
Binary1011010100111011100111001110110100110111000010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A13B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,19,185); }

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

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

 a { background-color: rgb(90,19,185); }

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

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

 span { border-color: rgb(90,19,185); }

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