Html Css Color HEX #3E2CBE Purple Heart

📋 copy color: '#3E2CBE'

red 62 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #3E2CBE

Tints of Purple Heart #3E2CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 20.95%
G = 14.86%
B = 64.19%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E2CBE (or 0x3E2CBE) is known color: Purple Heart. HEX triplet: 3E, 2C and BE. RGB value is (62,44,190). Sum of RGB (Red+Green+Blue) = 62+44+190=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E2CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CBE is #C1D341. Grayscale: #414141. Windows color (decimal): -12702530 or 12463166. OLE color: 12463166.

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

Color convert

RGB 62 44 190 -
CMYK 0.67 0.77 0 0.25
HSL 247.4º 0.62% 0.46% -
HSV(B) 247.4º 0.77% 0.75% -
XYZ 12.18 6.54 49.34 -
YUV 66.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 62 44 190 0.67 0.77 0 0.25 247.4 0.62 0.46
Hex 3E 2C BE 43 4D 0 19 F7 3E 2E
Octal 76 54 276 103 115 0 31 367 76 56
Binary 111110 101100 10111110 1000011 1001101 0 11001 11110111 111110 101110

Color Harmonies of #3E2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2CBE

Black with #3E2CBE

Text Example


Text Example

White with #3E2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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