#5A04B9

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

Shades of Purple Heart #5A04B9

Tints of Purple Heart #5A04B9

Color information

#5A04B9 (or 0x5A04B9) is unknown color: approx Purple Heart. HEX triplet: 5A, 04 and B9. RGB value is (90,4,185). Sum of RGB (Red+Green+Blue) = 90+4+185=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A04B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A04B9 is #A5FB46. Grayscale: #313131. Windows color (decimal): -10877767 or 12125274. OLE color: 12125274.

HSL color Cylindrical-coordinate representation of color #5A04B9: hue angle of 268.51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04B9 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB904185-
CMYK0.510.9800.27
HSL268.51º95.77%37.06%-
HSV(B)268.51º97.84%72.55%-
XYZ13.025.7646.33-
YUV50.35203.99156.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 185 (72.66% from 255) = 66.31%
R=32.26%
G=1.43%
B=66.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9041850.510.9800.27268.5195.7737.06
Hex5A4B9336201B10d6025
Octal13242716314203341514045
Binary10110101001011100111001111000100110111000011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A04B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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