#4E31CD

Color #4E31CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4E31CD

Tints of Purple Heart #4E31CD

Color information

#4E31CD (or 0x4E31CD) is unknown color: approx Purple Heart. HEX triplet: 4E, 31 and CD. RGB value is (78,49,205). Sum of RGB (Red+Green+Blue) = 78+49+205=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E31CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E31CD is #B1CE32. Grayscale: #4A4A4A. Windows color (decimal): -11652659 or 13447502. OLE color: 13447502.

HSL color Cylindrical-coordinate representation of color #4E31CD: hue angle of 251.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E31CD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7849205-
CMYK0.620.7600.20
HSL251.15º61.42%49.8%-
HSV(B)251.15º76.1%80.39%-
XYZ15.268.2258.54-
YUV75.46201.11129.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.49%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 205 (80.47% from 255) = 61.75%
R=23.49%
G=14.76%
B=61.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78492050.620.7600.20251.1561.4249.8
Hex4E31CD3E4C014fb3d32
Octal11661315761140243737562
Binary100111011000111001101111110100110001010011111011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E31CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E31CD;
 }
 .AnyTagClassName
 {
   color: #4E31CD;
 }
</style>
background-color css

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

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

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

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

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

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