#4F1FF2

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

Shades of Han Purple #4F1FF2

Tints of Han Purple #4F1FF2

Color information

#4F1FF2 (or 0x4F1FF2) is unknown color: approx Han Purple. HEX triplet: 4F, 1F and F2. RGB value is (79,31,242). Sum of RGB (Red+Green+Blue) = 79+31+242=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #4F1FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1FF2 is #B0E00D. Grayscale: #444444. Windows color (decimal): -11591694 or 15867727. OLE color: 15867727.

HSL color Cylindrical-coordinate representation of color #4F1FF2: hue angle of 253.65º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1FF2 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7931242-
CMYK0.670.8700.05
HSL253.65º89.03%53.53%-
HSV(B)253.65º87.19%94.9%-
XYZ19.749.0584.71-
YUV69.41225.4134.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.44%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 242 (94.92% from 255) = 68.75%
R=22.44%
G=8.81%
B=68.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79312420.670.8700.05253.6589.0353.53
Hex4F1FF2435705fe5936
Octal117373621031270537613166
Binary10011111111111110010100001110101110101111111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F1FF2; }

 p { color: rgb(79,31,242); }

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

<style>
 a { background-color: #4F1FF2; }

 a { background-color: rgb(79,31,242); }

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

<style>
 span { border-color: #4F1FF2; }

 span { border-color: rgb(79,31,242); }

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