#3F11F7

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

Shades of Han Purple #3F11F7

Tints of Han Purple #3F11F7

Color information

#3F11F7 (or 0x3F11F7) is unknown color: approx Han Purple. HEX triplet: 3F, 11 and F7. RGB value is (63,17,247). Sum of RGB (Red+Green+Blue) = 63+17+247=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 247 (96.88% from 255 or 75.54% from 327); Max value from RGB is 247 - color contains mainly: blue. Hex color #3F11F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F11F7 is #C0EE08. Grayscale: #383838. Windows color (decimal): -12643849 or 16191807. OLE color: 16191807.

HSL color Cylindrical-coordinate representation of color #3F11F7: hue angle of 252º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F11F7 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6317247-
CMYK0.740.9300.03
HSL252º93.5%51.76%-
HSV(B)252º93.12%96.86%-
XYZ19.048.1788.57-
YUV56.97235.24132.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 17 (7.03% from 255) = 5.20%
BLUE value IS 247 (96.88% from 255) = 75.54%
R=19.27%
G=5.20%
B=75.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63172470.740.9300.0325293.551.76
Hex3F11F74A5D03fc5d34
Octal77213671121350337413564
Binary111111100011111011110010101011101011111111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F11F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,247); }

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

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

 a { background-color: rgb(63,17,247); }

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

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

 span { border-color: rgb(63,17,247); }

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