#5E24B9

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

Shades of Purple Heart #5E24B9

Tints of Purple Heart #5E24B9

Color information

#5E24B9 (or 0x5E24B9) is unknown color: approx Purple Heart. HEX triplet: 5E, 24 and B9. RGB value is (94,36,185). Sum of RGB (Red+Green+Blue) = 94+36+185=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #5E24B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24B9 is #A1DB46. Grayscale: #454545. Windows color (decimal): -10607431 or 12133470. OLE color: 12133470.

HSL color Cylindrical-coordinate representation of color #5E24B9: hue angle of 263.36º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E24B9 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9436185-
CMYK0.490.8100.27
HSL263.36º67.42%43.33%-
HSV(B)263.36º80.54%72.55%-
XYZ147.1446.54-
YUV70.33192.72144.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.84%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 185 (72.66% from 255) = 58.73%
R=29.84%
G=11.43%
B=58.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94361850.490.8100.27263.3667.4243.33
Hex5E24B9315101B107432b
Octal136442716112103340710353
Binary10111101001001011100111000110100010110111000001111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E24B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,185); }

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

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

 a { background-color: rgb(94,36,185); }

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

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

 span { border-color: rgb(94,36,185); }

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