#3E29BA

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

Shades of Purple Heart #3E29BA

Tints of Purple Heart #3E29BA

Color information

#3E29BA (or 0x3E29BA) is unknown color: approx Purple Heart. HEX triplet: 3E, 29 and BA. RGB value is (62,41,186). Sum of RGB (Red+Green+Blue) = 62+41+186=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29BA is #C1D645. Grayscale: #3F3F3F. Windows color (decimal): -12703302 or 12200254. OLE color: 12200254.

HSL color Cylindrical-coordinate representation of color #3E29BA: hue angle of 248.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E29BA is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6241186-
CMYK0.670.7800.27
HSL248.69º63.88%44.51%-
HSV(B)248.69º77.96%72.94%-
XYZ11.646.1647.03-
YUV63.81196.96126.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=21.45%
G=14.19%
B=64.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62411860.670.7800.27248.6963.8844.51
Hex3E29BA434E01Bf9402d
Octal765127210311603337110055
Binary1111101010011011101010000111001110011011111110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E29BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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