Html Css Color HEX #5E19BE Purple Heart

📋 copy color: '#5E19BE'

red 94 ◦ green 25 ◦ blue 190

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

Shades of Purple Heart #5E19BE

Tints of Purple Heart #5E19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 30.42%
G = 8.09%
B = 61.49%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E19BE (or 0x5E19BE) is known color: Purple Heart. HEX triplet: 5E, 19 and BE. RGB value is (94,25,190). Sum of RGB (Red+Green+Blue) = 94+25+190=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E19BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19BE is #A1E641. Grayscale: #3F3F3F. Windows color (decimal): -10610242 or 12458334. OLE color: 12458334.

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

Color convert

RGB 94 25 190 -
CMYK 0.51 0.87 0 0.25
HSL 265.09º 0.77% 0.42% -
HSV(B) 265.09º 0.87% 0.75% -
XYZ 14.26 6.79 49.27 -
YUV 64.44 198.86 149.08 -
System Red Green Blue C M Y K H S L
Decimal 94 25 190 0.51 0.87 0 0.25 265.09 0.77 0.42
Hex 5E 19 BE 33 57 0 19 109 4D 2A
Octal 136 31 276 63 127 0 31 411 115 52
Binary 1011110 11001 10111110 110011 1010111 0 11001 100001001 1001101 101010

Color Harmonies of #5E19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E19BE

Black with #5E19BE

Text Example


Text Example

White with #5E19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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