#3e1ac4

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

Shades of Purple Heart #3E1AC4

Tints of Purple Heart #3E1AC4

Color information

#3E1AC4 (or 0x3E1AC4) is unknown color: approx Purple Heart. HEX triplet: 3E, 1A and C4. RGB value is (62,26,196). Sum of RGB (Red+Green+Blue) = 62+26+196=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 196 (76.95% from 255 or 69.01% from 284); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E1AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1AC4 is #C1E53B. Grayscale: #373737. Windows color (decimal): -12707132 or 12851774. OLE color: 12851774.

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

Color convert

RGB6226196-
CMYK0.680.8700.23
HSL252.71º76.58%43.53%-
HSV(B)252.71º86.73%76.86%-
XYZ12.325.7552.68-
YUV56.14206.93132.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 196 (76.95% from 255) = 69.01%
R=21.83%
G=9.15%
B=69.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62261960.680.8700.23252.7176.5843.53
Hex3E1AC44457017fd4d2c
Octal763230410412702737511554
Binary111110110101100010010001001010111010111111111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e1ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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