Html Css Color HEX #5E1ABE Purple Heart

📋 copy color: '#5E1ABE'

red 94 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #5E1ABE

Tints of Purple Heart #5E1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

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

R = 30.32%
G = 8.39%
B = 61.29%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E1ABE (or 0x5E1ABE) is known color: Purple Heart. HEX triplet: 5E, 1A and BE. RGB value is (94,26,190). Sum of RGB (Red+Green+Blue) = 94+26+190=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1ABE is #A1E541. Grayscale: #404040. Windows color (decimal): -10609986 or 12458590. OLE color: 12458590.

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

Color convert

RGB 94 26 190 -
CMYK 0.51 0.86 0 0.25
HSL 264.88º 0.76% 0.42% -
HSV(B) 264.88º 0.86% 0.75% -
XYZ 14.28 6.84 49.28 -
YUV 65.03 198.53 148.66 -
System Red Green Blue C M Y K H S L
Decimal 94 26 190 0.51 0.86 0 0.25 264.88 0.76 0.42
Hex 5E 1A BE 33 56 0 19 109 4C 2A
Octal 136 32 276 63 126 0 31 411 114 52
Binary 1011110 11010 10111110 110011 1010110 0 11001 100001001 1001100 101010

Color Harmonies of #5E1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1ABE

Black with #5E1ABE

Text Example


Text Example

White with #5E1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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