#3F1BF7

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

Shades of Han Purple #3F1BF7

Tints of Han Purple #3F1BF7

Color information

#3F1BF7 (or 0x3F1BF7) is unknown color: approx Han Purple. HEX triplet: 3F, 1B and F7. RGB value is (63,27,247). Sum of RGB (Red+Green+Blue) = 63+27+247=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 247 (96.88% from 255 or 73.29% from 337); Max value from RGB is 247 - color contains mainly: blue. Hex color #3F1BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1BF7 is #C0E408. Grayscale: #3E3E3E. Windows color (decimal): -12641289 or 16194367. OLE color: 16194367.

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

Color convert

RGB6327247-
CMYK0.740.8900.03
HSL249.82º93.22%53.73%-
HSV(B)249.82º89.07%96.86%-
XYZ19.238.5688.63-
YUV62.84231.93128.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 27 (10.94% from 255) = 8.01%
BLUE value IS 247 (96.88% from 255) = 73.29%
R=18.69%
G=8.01%
B=73.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63272470.740.8900.03249.8293.2253.73
Hex3F1BF74A5903fa5d36
Octal77333671121310337213566
Binary111111110111111011110010101011001011111110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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