#5A09C5

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

Shades of Purple Heart #5A09C5

Tints of Purple Heart #5A09C5

Color information

#5A09C5 (or 0x5A09C5) is unknown color: approx Purple Heart. HEX triplet: 5A, 09 and C5. RGB value is (90,9,197). Sum of RGB (Red+Green+Blue) = 90+9+197=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #5A09C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09C5 is #A5F63A. Grayscale: #353535. Windows color (decimal): -10876475 or 12912986. OLE color: 12912986.

HSL color Cylindrical-coordinate representation of color #5A09C5: hue angle of 265.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A09C5 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB909197-
CMYK0.540.9500.23
HSL265.85º91.26%40.39%-
HSV(B)265.85º95.43%77.25%-
XYZ14.396.453.3-
YUV54.65208.34153.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 197 (77.34% from 255) = 66.55%
R=30.41%
G=3.04%
B=66.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9091970.540.9500.23265.8591.2640.39
Hex5A9C5365F01710a5b28
Octal132113056613702741213350
Binary101101010011100010111011010111110101111000010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A09C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,197); }

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

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

 a { background-color: rgb(90,9,197); }

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

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

 span { border-color: rgb(90,9,197); }

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