Html Css Color HEX #4E10BA Purple Heart

📋 copy color: '#4E10BA'

red 78 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #4E10BA

Tints of Purple Heart #4E10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 27.86%
G = 5.71%
B = 66.43%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E10BA (or 0x4E10BA) is known color: Purple Heart. HEX triplet: 4E, 10 and BA. RGB value is (78,16,186). Sum of RGB (Red+Green+Blue) = 78+16+186=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10BA is #B1EF45. Grayscale: #353535. Windows color (decimal): -11661126 or 12193870. OLE color: 12193870.

HSL color Cylindrical-coordinate representation of color #4E10BA: hue angle of 261.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E10BA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 16 186 -
CMYK 0.58 0.91 0 0.27
HSL 261.88º 0.84% 0.4% -
HSV(B) 261.88º 0.91% 0.73% -
XYZ 12.19 5.54 46.88 -
YUV 53.92 202.54 145.18 -
System Red Green Blue C M Y K H S L
Decimal 78 16 186 0.58 0.91 0 0.27 261.88 0.84 0.4
Hex 4E 10 BA 3A 5B 0 1B 106 54 28
Octal 116 20 272 72 133 0 33 406 124 50
Binary 1001110 10000 10111010 111010 1011011 0 11011 100000110 1010100 101000

Color Harmonies of #4E10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E10BA

Black with #4E10BA

Text Example


Text Example

White with #4E10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,186); }

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

background-color css

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

 a { background-color: rgb(78,16,186); }

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

border-color css

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

 span { border-color: rgb(78,16,186); }

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