Html Css Color HEX #4E06BA Purple Heart

📋 copy color: '#4E06BA'

red 78 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #4E06BA

Tints of Purple Heart #4E06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 28.89%
G = 2.22%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E06BA (or 0x4E06BA) is known color: Purple Heart. HEX triplet: 4E, 06 and BA. RGB value is (78,6,186). Sum of RGB (Red+Green+Blue) = 78+6+186=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E06BA is #B1F945. Grayscale: #2F2F2F. Windows color (decimal): -11663686 or 12191310. OLE color: 12191310.

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

Color convert

RGB 78 6 186 -
CMYK 0.58 0.97 0 0.27
HSL 264º 0.94% 0.38% -
HSV(B) 264º 0.97% 0.73% -
XYZ 12.07 5.3 46.84 -
YUV 48.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 78 6 186 0.58 0.97 0 0.27 264 0.94 0.38
Hex 4E 6 BA 3A 61 0 1B 108 5E 26
Octal 116 6 272 72 141 0 33 410 136 46
Binary 1001110 110 10111010 111010 1100001 0 11011 100001000 1011110 100110

Color Harmonies of #4E06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E06BA

Black with #4E06BA

Text Example


Text Example

White with #4E06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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