#5a21c9

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

Shades of Purple Heart #5A21C9

Tints of Purple Heart #5A21C9

Color information

#5A21C9 (or 0x5A21C9) is unknown color: approx Purple Heart. HEX triplet: 5A, 21 and C9. RGB value is (90,33,201). Sum of RGB (Red+Green+Blue) = 90+33+201=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A21C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A21C9 is #A5DE36. Grayscale: #444444. Windows color (decimal): -10870327 or 13181274. OLE color: 13181274.

HSL color Cylindrical-coordinate representation of color #5A21C9: hue angle of 260.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A21C9 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9033201-
CMYK0.550.8400.21
HSL260.36º71.79%45.88%-
HSV(B)260.36º83.58%78.82%-
XYZ15.37.4855.9-
YUV69.19202.38142.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 201 (78.91% from 255) = 62.04%
R=27.78%
G=10.19%
B=62.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90332010.550.8400.21260.3671.7945.88
Hex5A21C93754015104482e
Octal132413116712402540411056
Binary10110101000011100100111011110101000101011000001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a21c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,33,201); }

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

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

 a { background-color: rgb(90,33,201); }

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

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

 span { border-color: rgb(90,33,201); }

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