#4e1fad

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

Shades of Purple Heart #4E1FAD

Tints of Purple Heart #4E1FAD

Color information

#4E1FAD (or 0x4E1FAD) is unknown color: approx Purple Heart. HEX triplet: 4E, 1F and AD. RGB value is (78,31,173). Sum of RGB (Red+Green+Blue) = 78+31+173=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1FAD is #B1E052. Grayscale: #3C3C3C. Windows color (decimal): -11657299 or 11345742. OLE color: 11345742.

HSL color Cylindrical-coordinate representation of color #4E1FAD: hue angle of 259.86º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1FAD is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7831173-
CMYK0.550.8200.32
HSL259.86º69.61%40%-
HSV(B)259.86º82.08%67.84%-
XYZ11.175.6240.03-
YUV61.24191.07139.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=27.66%
G=10.99%
B=61.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78311730.550.8200.32259.8669.6140
Hex4E1FAD37520201044628
Octal116372556712204040410650
Binary10011101111110101101110111101001001000001000001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e1fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,173); }

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

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

 a { background-color: rgb(78,31,173); }

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

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

 span { border-color: rgb(78,31,173); }

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