Html Css Color HEX #3E2CBF Purple Heart

📋 copy color: '#3E2CBF'

red 62 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #3E2CBF

Tints of Purple Heart #3E2CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 20.88%
G = 14.81%
B = 64.31%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E2CBF (or 0x3E2CBF) is known color: Purple Heart. HEX triplet: 3E, 2C and BF. RGB value is (62,44,191). Sum of RGB (Red+Green+Blue) = 62+44+191=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E2CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CBF is #C1D340. Grayscale: #414141. Windows color (decimal): -12702529 or 12528702. OLE color: 12528702.

HSL color Cylindrical-coordinate representation of color #3E2CBF: hue angle of 247.35º degrees, saturation: 0.63, 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 #3E2CBF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 44 191 -
CMYK 0.68 0.77 0 0.25
HSL 247.35º 0.63% 0.46% -
HSV(B) 247.35º 0.77% 0.75% -
XYZ 12.29 6.59 49.91 -
YUV 66.14 198.46 125.05 -
System Red Green Blue C M Y K H S L
Decimal 62 44 191 0.68 0.77 0 0.25 247.35 0.63 0.46
Hex 3E 2C BF 44 4D 0 19 F7 3F 2E
Octal 76 54 277 104 115 0 31 367 77 56
Binary 111110 101100 10111111 1000100 1001101 0 11001 11110111 111111 101110

Color Harmonies of #3E2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2CBF

Black with #3E2CBF

Text Example


Text Example

White with #3E2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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