Html Css Color HEX #4E3ABE Purple Heart

📋 copy color: '#4E3ABE'

red 78 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #4E3ABE

Tints of Purple Heart #4E3ABE

RGB

 RED value IS 78 (30.86% from 255) = 23.93%

 GREEN value IS 58 (23.05% from 255) = 17.79%

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

R = 23.93%
G = 17.79%
B = 58.28%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E3ABE (or 0x4E3ABE) is known color: Purple Heart. HEX triplet: 4E, 3A and BE. RGB value is (78,58,190). Sum of RGB (Red+Green+Blue) = 78+58+190=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E3ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3ABE is #B1C541. Grayscale: #4E4E4E. Windows color (decimal): -11650370 or 12466766. OLE color: 12466766.

HSL color Cylindrical-coordinate representation of color #4E3ABE: hue angle of 249.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E3ABE is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 58 190 -
CMYK 0.59 0.69 0 0.25
HSL 249.09º 0.53% 0.49% -
HSV(B) 249.09º 0.69% 0.75% -
XYZ 13.95 8.36 49.59 -
YUV 79.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 78 58 190 0.59 0.69 0 0.25 249.09 0.53 0.49
Hex 4E 3A BE 3B 45 0 19 F9 35 31
Octal 116 72 276 73 105 0 31 371 65 61
Binary 1001110 111010 10111110 111011 1000101 0 11001 11111001 110101 110001

Color Harmonies of #4E3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3ABE

Black with #4E3ABE

Text Example


Text Example

White with #4E3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E3ABE; }

 p { color: rgb(78,58,190); }

 H1.HeaderClassName
 {
   color: #4E3ABE;
 }
 .AnyTagClassName
 {
   color: #4E3ABE;
 }
</style>

background-color css

<style>
 a { background-color: #4E3ABE; }

 a { background-color: rgb(78,58,190); }

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

border-color css

<style>
 span { border-color: #4E3ABE; }

 span { border-color: rgb(78,58,190); }

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