Html Css Color HEX #4E02BA Purple Heart

📋 copy color: '#4E02BA'

red 78 ◦ green 2 ◦ blue 186

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

Shades of Purple Heart #4E02BA

Tints of Purple Heart #4E02BA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 29.32%
G = 0.75%
B = 69.92%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E02BA (or 0x4E02BA) is known color: Purple Heart. HEX triplet: 4E, 02 and BA. RGB value is (78,2,186). Sum of RGB (Red+Green+Blue) = 78+2+186=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E02BA is #B1FD45. Grayscale: #2D2D2D. Windows color (decimal): -11664710 or 12190286. OLE color: 12190286.

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

Color convert

RGB 78 2 186 -
CMYK 0.58 0.99 0 0.27
HSL 264.78º 0.98% 0.37% -
HSV(B) 264.78º 0.99% 0.73% -
XYZ 12.03 5.21 46.83 -
YUV 45.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 78 2 186 0.58 0.99 0 0.27 264.78 0.98 0.37
Hex 4E 2 BA 3A 63 0 1B 109 62 25
Octal 116 2 272 72 143 0 33 411 142 45
Binary 1001110 10 10111010 111010 1100011 0 11011 100001001 1100010 100101

Color Harmonies of #4E02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E02BA

Black with #4E02BA

Text Example


Text Example

White with #4E02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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