#3E29C3

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

Shades of Purple Heart #3E29C3

Tints of Purple Heart #3E29C3

Color information

#3E29C3 (or 0x3E29C3) is unknown color: approx Purple Heart. HEX triplet: 3E, 29 and C3. RGB value is (62,41,195). Sum of RGB (Red+Green+Blue) = 62+41+195=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #3E29C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29C3 is #C1D63C. Grayscale: #404040. Windows color (decimal): -12703293 or 12790078. OLE color: 12790078.

HSL color Cylindrical-coordinate representation of color #3E29C3: hue angle of 248.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E29C3 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6241195-
CMYK0.680.7900.24
HSL248.18º65.25%46.27%-
HSV(B)248.18º78.97%76.47%-
XYZ12.636.5552.23-
YUV64.84201.46125.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.81%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 195 (76.56% from 255) = 65.44%
R=20.81%
G=13.76%
B=65.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62411950.680.7900.24248.1865.2546.27
Hex3E29C3444F018f8412e
Octal765130310411703037010156
Binary1111101010011100001110001001001111011000111110001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E29C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,195); }

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

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

 a { background-color: rgb(62,41,195); }

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

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

 span { border-color: rgb(62,41,195); }

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