Html Css Color HEX #4E26BA Purple Heart

📋 copy color: '#4E26BA'

red 78 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #4E26BA

Tints of Purple Heart #4E26BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 25.83%
G = 12.58%
B = 61.59%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E26BA (or 0x4E26BA) is known color: Purple Heart. HEX triplet: 4E, 26 and BA. RGB value is (78,38,186). Sum of RGB (Red+Green+Blue) = 78+38+186=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E26BA is #B1D945. Grayscale: #424242. Windows color (decimal): -11655494 or 12199502. OLE color: 12199502.

HSL color Cylindrical-coordinate representation of color #4E26BA: hue angle of 256.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E26BA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 38 186 -
CMYK 0.58 0.80 0 0.27
HSL 256.22º 0.66% 0.44% -
HSV(B) 256.22º 0.8% 0.73% -
XYZ 12.7 6.55 47.05 -
YUV 66.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 78 38 186 0.58 0.80 0 0.27 256.22 0.66 0.44
Hex 4E 26 BA 3A 50 0 1B 100 42 2C
Octal 116 46 272 72 120 0 33 400 102 54
Binary 1001110 100110 10111010 111010 1010000 0 11011 100000000 1000010 101100

Color Harmonies of #4E26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E26BA

Black with #4E26BA

Text Example


Text Example

White with #4E26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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