Html Css Color HEX #5E1EC1 Purple Heart

📋 copy color: '#5E1EC1'

red 94 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #5E1EC1

Tints of Purple Heart #5E1EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 193 (75.78% from 255) = 60.88%

R = 29.65%
G = 9.46%
B = 60.88%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5E1EC1 (or 0x5E1EC1) is known color: Purple Heart. HEX triplet: 5E, 1E and C1. RGB value is (94,30,193). Sum of RGB (Red+Green+Blue) = 94+30+193=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E1EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1EC1 is #A1E13E. Grayscale: #434343. Windows color (decimal): -10608959 or 12656222. OLE color: 12656222.

HSL color Cylindrical-coordinate representation of color #5E1EC1: hue angle of 263.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1EC1 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 30 193 -
CMYK 0.51 0.84 0 0.24
HSL 263.56º 0.73% 0.44% -
HSV(B) 263.56º 0.84% 0.76% -
XYZ 14.71 7.16 51.06 -
YUV 67.72 198.7 146.75 -
System Red Green Blue C M Y K H S L
Decimal 94 30 193 0.51 0.84 0 0.24 263.56 0.73 0.44
Hex 5E 1E C1 33 54 0 18 108 49 2C
Octal 136 36 301 63 124 0 30 410 111 54
Binary 1011110 11110 11000001 110011 1010100 0 11000 100001000 1001001 101100

Color Harmonies of #5E1EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1EC1

Black with #5E1EC1

Text Example


Text Example

White with #5E1EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,30,193); }

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

background-color css

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

 a { background-color: rgb(94,30,193); }

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

border-color css

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

 span { border-color: rgb(94,30,193); }

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