Html Css Color HEX #3F2ED1 Purple Heart

📋 copy color: '#3F2ED1'

red 63 ◦ green 46 ◦ blue 209

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

Shades of Purple Heart #3F2ED1

Tints of Purple Heart #3F2ED1

RGB

 RED value IS 63 (25% from 255) = 19.81%

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 209 (82.03% from 255) = 65.72%

R = 19.81%
G = 14.47%
B = 65.72%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3F2ED1 (or 0x3F2ED1) is known color: Purple Heart. HEX triplet: 3F, 2E and D1. RGB value is (63,46,209). Sum of RGB (Red+Green+Blue) = 63+46+209=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F2ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ED1 is #C0D12E. Grayscale: #454545. Windows color (decimal): -12636463 or 13708863. OLE color: 13708863.

HSL color Cylindrical-coordinate representation of color #3F2ED1: hue angle of 246.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2ED1 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 46 209 -
CMYK 0.70 0.78 0 0.18
HSL 246.26º 0.64% 0.5% -
HSV(B) 246.26º 0.78% 0.82% -
XYZ 14.54 7.61 61.03 -
YUV 69.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 63 46 209 0.70 0.78 0 0.18 246.26 0.64 0.5
Hex 3F 2E D1 46 4E 0 12 F6 40 32
Octal 77 56 321 106 116 0 22 366 100 62
Binary 111111 101110 11010001 1000110 1001110 0 10010 11110110 1000000 110010

Color Harmonies of #3F2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2ED1

Black with #3F2ED1

Text Example


Text Example

White with #3F2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,209); }

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

background-color css

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

 a { background-color: rgb(63,46,209); }

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

border-color css

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

 span { border-color: rgb(63,46,209); }

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