Html Css Color HEX #4E1ABF Purple Heart

📋 copy color: '#4E1ABF'

red 78 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #4E1ABF

Tints of Purple Heart #4E1ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 26.44%
G = 8.81%
B = 64.75%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E1ABF (or 0x4E1ABF) is known color: Purple Heart. HEX triplet: 4E, 1A and BF. RGB value is (78,26,191). Sum of RGB (Red+Green+Blue) = 78+26+191=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1ABF is #B1E540. Grayscale: #3B3B3B. Windows color (decimal): -11658561 or 12524110. OLE color: 12524110.

HSL color Cylindrical-coordinate representation of color #4E1ABF: hue angle of 258.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1ABF is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 26 191 -
CMYK 0.59 0.86 0 0.25
HSL 258.91º 0.76% 0.43% -
HSV(B) 258.91º 0.86% 0.75% -
XYZ 12.92 6.12 49.79 -
YUV 60.36 201.73 140.58 -
System Red Green Blue C M Y K H S L
Decimal 78 26 191 0.59 0.86 0 0.25 258.91 0.76 0.43
Hex 4E 1A BF 3B 56 0 19 103 4C 2B
Octal 116 32 277 73 126 0 31 403 114 53
Binary 1001110 11010 10111111 111011 1010110 0 11001 100000011 1001100 101011

Color Harmonies of #4E1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1ABF

Black with #4E1ABF

Text Example


Text Example

White with #4E1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,26,191); }

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

background-color css

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

 a { background-color: rgb(78,26,191); }

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

border-color css

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

 span { border-color: rgb(78,26,191); }

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