Html Css Color HEX #5E24BE Purple Heart

📋 copy color: '#5E24BE'

red 94 ◦ green 36 ◦ blue 190

#5E24BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5E24BE

Tints of Purple Heart #5E24BE

RGB

 RED value IS 94 (37.11% from 255) = 29.38%

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 29.38%
G = 11.25%
B = 59.38%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E24BE (or 0x5E24BE) is known color: Purple Heart. HEX triplet: 5E, 24 and BE. RGB value is (94,36,190). Sum of RGB (Red+Green+Blue) = 94+36+190=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24BE is #A1DB41. Grayscale: #464646. Windows color (decimal): -10607426 or 12461150. OLE color: 12461150.

HSL color Cylindrical-coordinate representation of color #5E24BE: hue angle of 262.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E24BE is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 36 190 -
CMYK 0.51 0.81 0 0.25
HSL 262.6º 0.68% 0.44% -
HSV(B) 262.6º 0.81% 0.75% -
XYZ 14.54 7.36 49.37 -
YUV 70.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 94 36 190 0.51 0.81 0 0.25 262.6 0.68 0.44
Hex 5E 24 BE 33 51 0 19 107 44 2C
Octal 136 44 276 63 121 0 31 407 104 54
Binary 1011110 100100 10111110 110011 1010001 0 11001 100000111 1000100 101100

Color Harmonies of #5E24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E24BE

Black with #5E24BE

Text Example


Text Example

White with #5E24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E24BE;
 }
 .AnyTagClassName
 {
   color: #5E24BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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