Html Css Color HEX #5E0EAC Purple Heart

📋 copy color: '#5E0EAC'

red 94 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #5E0EAC

Tints of Purple Heart #5E0EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 33.57%
G = 5%
B = 61.43%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E0EAC (or 0x5E0EAC) is known color: Purple Heart. HEX triplet: 5E, 0E and AC. RGB value is (94,14,172). Sum of RGB (Red+Green+Blue) = 94+14+172=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E0EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0EAC is #A1F153. Grayscale: #373737. Windows color (decimal): -10613076 or 11275870. OLE color: 11275870.

HSL color Cylindrical-coordinate representation of color #5E0EAC: hue angle of 270.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0EAC is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 14 172 -
CMYK 0.45 0.92 0 0.33
HSL 270.38º 0.85% 0.36% -
HSV(B) 270.38º 0.92% 0.67% -
XYZ 12.22 5.67 39.48 -
YUV 55.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 94 14 172 0.45 0.92 0 0.33 270.38 0.85 0.36
Hex 5E E AC 2D 5C 0 21 10E 55 24
Octal 136 16 254 55 134 0 41 416 125 44
Binary 1011110 1110 10101100 101101 1011100 0 100001 100001110 1010101 100100

Color Harmonies of #5E0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0EAC

Black with #5E0EAC

Text Example


Text Example

White with #5E0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,14,172); }

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

background-color css

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

 a { background-color: rgb(94,14,172); }

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

border-color css

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

 span { border-color: rgb(94,14,172); }

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