Html Css Color HEX #3E29BE Purple Heart

📋 copy color: '#3E29BE'

red 62 ◦ green 41 ◦ blue 190

#3E29BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3E29BE

Tints of Purple Heart #3E29BE

RGB

 RED value IS 62 (24.61% from 255) = 21.16%

 GREEN value IS 41 (16.41% from 255) = 13.99%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 21.16%
G = 13.99%
B = 64.85%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E29BE (or 0x3E29BE) is known color: Purple Heart. HEX triplet: 3E, 29 and BE. RGB value is (62,41,190). Sum of RGB (Red+Green+Blue) = 62+41+190=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29BE is #C1D641. Grayscale: #3F3F3F. Windows color (decimal): -12703298 or 12462398. OLE color: 12462398.

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

Color convert

RGB 62 41 190 -
CMYK 0.67 0.78 0 0.25
HSL 248.46º 0.65% 0.45% -
HSV(B) 248.46º 0.78% 0.75% -
XYZ 12.07 6.33 49.3 -
YUV 64.27 198.96 126.38 -
System Red Green Blue C M Y K H S L
Decimal 62 41 190 0.67 0.78 0 0.25 248.46 0.65 0.45
Hex 3E 29 BE 43 4E 0 19 F8 41 2D
Octal 76 51 276 103 116 0 31 370 101 55
Binary 111110 101001 10111110 1000011 1001110 0 11001 11111000 1000001 101101

Color Harmonies of #3E29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E29BE

Black with #3E29BE

Text Example


Text Example

White with #3E29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E29BE;
 }
 .AnyTagClassName
 {
   color: #3E29BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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