#3F0CBF

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

Shades of Purple Heart #3F0CBF

Tints of Purple Heart #3F0CBF

Color information

#3F0CBF (or 0x3F0CBF) is unknown color: approx Purple Heart. HEX triplet: 3F, 0C and BF. RGB value is (63,12,191). Sum of RGB (Red+Green+Blue) = 63+12+191=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CBF is #C0F340. Grayscale: #2E2E2E. Windows color (decimal): -12645185 or 12520511. OLE color: 12520511.

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

Color convert

RGB6312191-
CMYK0.670.9400.25
HSL257.09º88.18%39.8%-
HSV(B)257.09º93.72%74.9%-
XYZ11.595.0849.66-
YUV47.66208.9138.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 191 (75% from 255) = 71.80%
R=23.68%
G=4.51%
B=71.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63121910.670.9400.25257.0988.1839.8
Hex3FCBF435E0191015828
Octal771427710313603140113050
Binary111111110010111111100001110111100110011000000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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