#3F2EBA

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

Shades of Purple Heart #3F2EBA

Tints of Purple Heart #3F2EBA

Color information

#3F2EBA (or 0x3F2EBA) is unknown color: approx Purple Heart. HEX triplet: 3F, 2E and BA. RGB value is (63,46,186). Sum of RGB (Red+Green+Blue) = 63+46+186=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EBA is #C0D145. Grayscale: #424242. Windows color (decimal): -12636486 or 12201535. OLE color: 12201535.

HSL color Cylindrical-coordinate representation of color #3F2EBA: hue angle of 247.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2EBA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6346186-
CMYK0.660.7500.27
HSL247.29º60.34%45.49%-
HSV(B)247.29º75.27%72.94%-
XYZ11.896.5647.09-
YUV67.04195.13125.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=21.36%
G=15.59%
B=63.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63461860.660.7500.27247.2960.3445.49
Hex3F2EBA424B01Bf73c2d
Octal77562721021130333677455
Binary111111101110101110101000010100101101101111110111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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