Html Css Color HEX #4E04BA Purple Heart

📋 copy color: '#4E04BA'

red 78 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #4E04BA

Tints of Purple Heart #4E04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 29.1%
G = 1.49%
B = 69.4%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E04BA (or 0x4E04BA) is known color: Purple Heart. HEX triplet: 4E, 04 and BA. RGB value is (78,4,186). Sum of RGB (Red+Green+Blue) = 78+4+186=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E04BA is #B1FB45. Grayscale: #2E2E2E. Windows color (decimal): -11664198 or 12190798. OLE color: 12190798.

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

Color convert

RGB 78 4 186 -
CMYK 0.58 0.98 0 0.27
HSL 264.4º 0.96% 0.37% -
HSV(B) 264.4º 0.98% 0.73% -
XYZ 12.05 5.25 46.83 -
YUV 46.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 78 4 186 0.58 0.98 0 0.27 264.4 0.96 0.37
Hex 4E 4 BA 3A 62 0 1B 108 60 25
Octal 116 4 272 72 142 0 33 410 140 45
Binary 1001110 100 10111010 111010 1100010 0 11011 100001000 1100000 100101

Color Harmonies of #4E04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E04BA

Black with #4E04BA

Text Example


Text Example

White with #4E04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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