#3E1FC4

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

Shades of Purple Heart #3E1FC4

Tints of Purple Heart #3E1FC4

Color information

#3E1FC4 (or 0x3E1FC4) is unknown color: approx Purple Heart. HEX triplet: 3E, 1F and C4. RGB value is (62,31,196). Sum of RGB (Red+Green+Blue) = 62+31+196=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E1FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1FC4 is #C1E03B. Grayscale: #3A3A3A. Windows color (decimal): -12705852 or 12853054. OLE color: 12853054.

HSL color Cylindrical-coordinate representation of color #3E1FC4: hue angle of 251.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1FC4 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6231196-
CMYK0.680.8400.23
HSL251.27º72.69%44.51%-
HSV(B)251.27º84.18%76.86%-
XYZ12.445.9952.72-
YUV59.08205.27130.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 196 (76.95% from 255) = 67.82%
R=21.45%
G=10.73%
B=67.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62311960.680.8400.23251.2772.6944.51
Hex3E1FC44454017fb492d
Octal763730410412402737311155
Binary111110111111100010010001001010100010111111110111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1FC4; }

 p { color: rgb(62,31,196); }

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

<style>
 a { background-color: #3E1FC4; }

 a { background-color: rgb(62,31,196); }

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

<style>
 span { border-color: #3E1FC4; }

 span { border-color: rgb(62,31,196); }

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