Html Css Color HEX #5E14BE Purple Heart

📋 copy color: '#5E14BE'

red 94 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #5E14BE

Tints of Purple Heart #5E14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 30.92%
G = 6.58%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E14BE (or 0x5E14BE) is known color: Purple Heart. HEX triplet: 5E, 14 and BE. RGB value is (94,20,190). Sum of RGB (Red+Green+Blue) = 94+20+190=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14BE is #A1EB41. Grayscale: #3C3C3C. Windows color (decimal): -10611522 or 12457054. OLE color: 12457054.

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

Color convert

RGB 94 20 190 -
CMYK 0.51 0.89 0 0.25
HSL 266.12º 0.81% 0.41% -
HSV(B) 266.12º 0.89% 0.75% -
XYZ 14.16 6.6 49.24 -
YUV 61.51 200.52 151.18 -
System Red Green Blue C M Y K H S L
Decimal 94 20 190 0.51 0.89 0 0.25 266.12 0.81 0.41
Hex 5E 14 BE 33 59 0 19 10A 51 29
Octal 136 24 276 63 131 0 31 412 121 51
Binary 1011110 10100 10111110 110011 1011001 0 11001 100001010 1010001 101001

Color Harmonies of #5E14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E14BE

Black with #5E14BE

Text Example


Text Example

White with #5E14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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