Html Css Color HEX #4E26AC Purple Heart

📋 copy color: '#4E26AC'

red 78 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #4E26AC

Tints of Purple Heart #4E26AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 27.08%
G = 13.19%
B = 59.72%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E26AC (or 0x4E26AC) is known color: Purple Heart. HEX triplet: 4E, 26 and AC. RGB value is (78,38,172). Sum of RGB (Red+Green+Blue) = 78+38+172=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E26AC is #B1D953. Grayscale: #404040. Windows color (decimal): -11655508 or 11281998. OLE color: 11281998.

HSL color Cylindrical-coordinate representation of color #4E26AC: hue angle of 257.91º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E26AC is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 38 172 -
CMYK 0.55 0.78 0 0.33
HSL 257.91º 0.64% 0.41% -
HSV(B) 257.91º 0.78% 0.67% -
XYZ 11.28 5.98 39.59 -
YUV 65.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 78 38 172 0.55 0.78 0 0.33 257.91 0.64 0.41
Hex 4E 26 AC 37 4E 0 21 102 40 29
Octal 116 46 254 67 116 0 41 402 100 51
Binary 1001110 100110 10101100 110111 1001110 0 100001 100000010 1000000 101001

Color Harmonies of #4E26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E26AC

Black with #4E26AC

Text Example


Text Example

White with #4E26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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