Html Css Color HEX #4E31B3 Purple Heart

📋 copy color: '#4E31B3'

red 78 ◦ green 49 ◦ blue 179

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

Shades of Purple Heart #4E31B3

Tints of Purple Heart #4E31B3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 25.49%
G = 16.01%
B = 58.5%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4E31B3 (or 0x4E31B3) is known color: Purple Heart. HEX triplet: 4E, 31 and B3. RGB value is (78,49,179). Sum of RGB (Red+Green+Blue) = 78+49+179=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E31B3 is #B1CE4C. Grayscale: #484848. Windows color (decimal): -11652685 or 11743566. OLE color: 11743566.

HSL color Cylindrical-coordinate representation of color #4E31B3: hue angle of 253.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E31B3 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 78 49 179 -
CMYK 0.56 0.73 0 0.30
HSL 253.38º 0.57% 0.45% -
HSV(B) 253.38º 0.73% 0.7% -
XYZ 12.38 7.07 43.36 -
YUV 72.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 78 49 179 0.56 0.73 0 0.30 253.38 0.57 0.45
Hex 4E 31 B3 38 49 0 1E FD 39 2D
Octal 116 61 263 70 111 0 36 375 71 55
Binary 1001110 110001 10110011 111000 1001001 0 11110 11111101 111001 101101

Color Harmonies of #4E31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E31B3

Black with #4E31B3

Text Example


Text Example

White with #4E31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,179); }

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

background-color css

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

 a { background-color: rgb(78,49,179); }

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

border-color css

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

 span { border-color: rgb(78,49,179); }

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