Html Css Color HEX #5E18BE Purple Heart

📋 copy color: '#5E18BE'

red 94 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #5E18BE

Tints of Purple Heart #5E18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 30.52%
G = 7.79%
B = 61.69%

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

#5E18BE (or 0x5E18BE) is known color: Purple Heart. HEX triplet: 5E, 18 and BE. RGB value is (94,24,190). Sum of RGB (Red+Green+Blue) = 94+24+190=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E18BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E18BE is #A1E741. Grayscale: #3F3F3F. Windows color (decimal): -10610498 or 12458078. OLE color: 12458078.

HSL color Cylindrical-coordinate representation of color #5E18BE: hue angle of 265.3º degrees, saturation: 0.78, 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 #5E18BE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 24 190 -
CMYK 0.51 0.87 0 0.25
HSL 265.3º 0.78% 0.42% -
HSV(B) 265.3º 0.87% 0.75% -
XYZ 14.24 6.75 49.27 -
YUV 63.85 199.19 149.5 -
System Red Green Blue C M Y K H S L
Decimal 94 24 190 0.51 0.87 0 0.25 265.3 0.78 0.42
Hex 5E 18 BE 33 57 0 19 109 4E 2A
Octal 136 30 276 63 127 0 31 411 116 52
Binary 1011110 11000 10111110 110011 1010111 0 11001 100001001 1001110 101010

Color Harmonies of #5E18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E18BE

Black with #5E18BE

Text Example


Text Example

White with #5E18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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