#3F25BF

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

Shades of Purple Heart #3F25BF

Tints of Purple Heart #3F25BF

Color information

#3F25BF (or 0x3F25BF) is unknown color: approx Purple Heart. HEX triplet: 3F, 25 and BF. RGB value is (63,37,191). Sum of RGB (Red+Green+Blue) = 63+37+191=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F25BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F25BF is #C0DA40. Grayscale: #3D3D3D. Windows color (decimal): -12638785 or 12526911. OLE color: 12526911.

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

Color convert

RGB6337191-
CMYK0.670.8100.25
HSL250.13º67.54%44.71%-
HSV(B)250.13º80.63%74.9%-
XYZ12.126.1449.84-
YUV62.33200.61128.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 191 (75% from 255) = 65.64%
R=21.65%
G=12.71%
B=65.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63371910.670.8100.25250.1367.5444.71
Hex3F25BF4351019fa442d
Octal774527710312103137210455
Binary1111111001011011111110000111010001011001111110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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