#3F2EBF

Color #3F2EBF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3F2EBF

Tints of Purple Heart #3F2EBF

Color information

#3F2EBF (or 0x3F2EBF) is unknown color: approx Purple Heart. HEX triplet: 3F, 2E and BF. RGB value is (63,46,191). Sum of RGB (Red+Green+Blue) = 63+46+191=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F2EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EBF is #C0D140. Grayscale: #434343. Windows color (decimal): -12636481 or 12529215. OLE color: 12529215.

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

Color convert

RGB6346191-
CMYK0.670.7600.25
HSL247.03º61.18%46.47%-
HSV(B)247.03º75.92%74.9%-
XYZ12.436.7749.94-
YUV67.61197.63124.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=21%
G=15.33%
B=63.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63461910.670.7600.25247.0361.1846.47
Hex3F2EBF434C019f73d2e
Octal77562771031140313677556
Binary111111101110101111111000011100110001100111110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F2EBF;
 }
 .AnyTagClassName
 {
   color: #3F2EBF;
 }
</style>
background-color css

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

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

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

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

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

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