Html Css Color HEX #4E29BA Purple Heart

📋 copy color: '#4E29BA'

red 78 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #4E29BA

Tints of Purple Heart #4E29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 25.57%
G = 13.44%
B = 60.98%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E29BA (or 0x4E29BA) is known color: Purple Heart. HEX triplet: 4E, 29 and BA. RGB value is (78,41,186). Sum of RGB (Red+Green+Blue) = 78+41+186=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E29BA is #B1D645. Grayscale: #444444. Windows color (decimal): -11654726 or 12200270. OLE color: 12200270.

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

Color convert

RGB 78 41 186 -
CMYK 0.58 0.78 0 0.27
HSL 255.31º 0.64% 0.45% -
HSV(B) 255.31º 0.78% 0.73% -
XYZ 12.8 6.75 47.08 -
YUV 68.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 78 41 186 0.58 0.78 0 0.27 255.31 0.64 0.45
Hex 4E 29 BA 3A 4E 0 1B FF 40 2D
Octal 116 51 272 72 116 0 33 377 100 55
Binary 1001110 101001 10111010 111010 1001110 0 11011 11111111 1000000 101101

Color Harmonies of #4E29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E29BA

Black with #4E29BA

Text Example


Text Example

White with #4E29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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