#5A24C3

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

Shades of Purple Heart #5A24C3

Tints of Purple Heart #5A24C3

Color information

#5A24C3 (or 0x5A24C3) is unknown color: approx Purple Heart. HEX triplet: 5A, 24 and C3. RGB value is (90,36,195). Sum of RGB (Red+Green+Blue) = 90+36+195=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A24C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24C3 is #A5DB3C. Grayscale: #454545. Windows color (decimal): -10869565 or 12788826. OLE color: 12788826.

HSL color Cylindrical-coordinate representation of color #5A24C3: hue angle of 260.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A24C3 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9036195-
CMYK0.540.8200.24
HSL260.38º68.83%45.29%-
HSV(B)260.38º81.54%76.47%-
XYZ14.77.3852.28-
YUV70.27198.39142.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 195 (76.56% from 255) = 60.75%
R=28.04%
G=11.21%
B=60.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90361950.540.8200.24260.3868.8345.29
Hex5A24C33652018104452d
Octal132443036612203040410555
Binary10110101001001100001111011010100100110001000001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A24C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,36,195); }

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

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

 a { background-color: rgb(90,36,195); }

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

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

 span { border-color: rgb(90,36,195); }

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