Html Css Color HEX #3F2ECA Purple Heart

📋 copy color: '#3F2ECA'

red 63 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #3F2ECA

Tints of Purple Heart #3F2ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.95%

R = 20.26%
G = 14.79%
B = 64.95%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F2ECA (or 0x3F2ECA) is known color: Purple Heart. HEX triplet: 3F, 2E and CA. RGB value is (63,46,202). Sum of RGB (Red+Green+Blue) = 63+46+202=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F2ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ECA is #C0D135. Grayscale: #444444. Windows color (decimal): -12636470 or 13250111. OLE color: 13250111.

HSL color Cylindrical-coordinate representation of color #3F2ECA: hue angle of 246.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2ECA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 46 202 -
CMYK 0.69 0.77 0 0.21
HSL 246.54º 0.63% 0.49% -
HSV(B) 246.54º 0.77% 0.79% -
XYZ 13.69 7.28 56.56 -
YUV 68.87 203.13 123.82 -
System Red Green Blue C M Y K H S L
Decimal 63 46 202 0.69 0.77 0 0.21 246.54 0.63 0.49
Hex 3F 2E CA 45 4D 0 15 F7 3F 31
Octal 77 56 312 105 115 0 25 367 77 61
Binary 111111 101110 11001010 1000101 1001101 0 10101 11110111 111111 110001

Color Harmonies of #3F2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2ECA

Black with #3F2ECA

Text Example


Text Example

White with #3F2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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