Html Css Color HEX #4E2FBC Purple Heart

📋 copy color: '#4E2FBC'

red 78 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #4E2FBC

Tints of Purple Heart #4E2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 24.92%
G = 15.02%
B = 60.06%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E2FBC (or 0x4E2FBC) is known color: Purple Heart. HEX triplet: 4E, 2F and BC. RGB value is (78,47,188). Sum of RGB (Red+Green+Blue) = 78+47+188=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E2FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FBC is #B1D043. Grayscale: #474747. Windows color (decimal): -11653188 or 12332878. OLE color: 12332878.

HSL color Cylindrical-coordinate representation of color #4E2FBC: hue angle of 253.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2FBC is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 47 188 -
CMYK 0.59 0.75 0 0.26
HSL 253.19º 0.6% 0.46% -
HSV(B) 253.19º 0.75% 0.74% -
XYZ 13.24 7.28 48.29 -
YUV 72.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 78 47 188 0.59 0.75 0 0.26 253.19 0.6 0.46
Hex 4E 2F BC 3B 4B 0 1A FD 3C 2E
Octal 116 57 274 73 113 0 32 375 74 56
Binary 1001110 101111 10111100 111011 1001011 0 11010 11111101 111100 101110

Color Harmonies of #4E2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FBC

Black with #4E2FBC

Text Example


Text Example

White with #4E2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,188); }

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

background-color css

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

 a { background-color: rgb(78,47,188); }

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

border-color css

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

 span { border-color: rgb(78,47,188); }

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