Html Css Color HEX #4E31BC Purple Heart

📋 copy color: '#4E31BC'

red 78 ◦ green 49 ◦ blue 188

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

Shades of Purple Heart #4E31BC

Tints of Purple Heart #4E31BC

RGB

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

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

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

R = 24.76%
G = 15.56%
B = 59.68%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E31BC (or 0x4E31BC) is known color: Purple Heart. HEX triplet: 4E, 31 and BC. RGB value is (78,49,188). Sum of RGB (Red+Green+Blue) = 78+49+188=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E31BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E31BC is #B1CE43. Grayscale: #484848. Windows color (decimal): -11652676 or 12333390. OLE color: 12333390.

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

Color convert

RGB 78 49 188 -
CMYK 0.59 0.74 0 0.26
HSL 252.52º 0.59% 0.46% -
HSV(B) 252.52º 0.74% 0.74% -
XYZ 13.32 7.45 48.31 -
YUV 73.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 78 49 188 0.59 0.74 0 0.26 252.52 0.59 0.46
Hex 4E 31 BC 3B 4A 0 1A FD 3B 2E
Octal 116 61 274 73 112 0 32 375 73 56
Binary 1001110 110001 10111100 111011 1001010 0 11010 11111101 111011 101110

Color Harmonies of #4E31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E31BC

Black with #4E31BC

Text Example


Text Example

White with #4E31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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