#3F2BB9

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

Shades of Purple Heart #3F2BB9

Tints of Purple Heart #3F2BB9

Color information

#3F2BB9 (or 0x3F2BB9) is unknown color: approx Purple Heart. HEX triplet: 3F, 2B and B9. RGB value is (63,43,185). Sum of RGB (Red+Green+Blue) = 63+43+185=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F2BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2BB9 is #C0D446. Grayscale: #404040. Windows color (decimal): -12637255 or 12135231. OLE color: 12135231.

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

Color convert

RGB6343185-
CMYK0.660.7700.27
HSL248.45º62.28%44.71%-
HSV(B)248.45º76.76%72.55%-
XYZ11.676.2946.5-
YUV65.17195.63126.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 185 (72.66% from 255) = 63.57%
R=21.65%
G=14.78%
B=63.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63431850.660.7700.27248.4562.2844.71
Hex3F2BB9424D01Bf83e2d
Octal77532711021150333707655
Binary111111101011101110011000010100110101101111111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,43,185); }

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

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

 a { background-color: rgb(63,43,185); }

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

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

 span { border-color: rgb(63,43,185); }

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