#4F02F5

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

Shades of Han Purple #4F02F5

Tints of Han Purple #4F02F5

Color information

#4F02F5 (or 0x4F02F5) is unknown color: approx Han Purple. HEX triplet: 4F, 02 and F5. RGB value is (79,2,245). Sum of RGB (Red+Green+Blue) = 79+2+245=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 245 (96.09% from 255 or 75.15% from 326); Max value from RGB is 245 - color contains mainly: blue. Hex color #4F02F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F02F5 is #B0FD0A. Grayscale: #333333. Windows color (decimal): -11599115 or 16056911. OLE color: 16056911.

HSL color Cylindrical-coordinate representation of color #4F02F5: hue angle of 259.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02F5 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB792245-
CMYK0.680.9900.04
HSL259.01º98.38%48.43%-
HSV(B)259.01º99.18%96.08%-
XYZ19.738.386.95-
YUV52.72236.51146.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 245 (96.09% from 255) = 75.15%
R=24.23%
G=0.61%
B=75.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7922450.680.9900.04259.0198.3848.43
Hex4F2F54463041036230
Octal11723651041430440314260
Binary100111110111101011000100110001101001000000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F02F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,245); }

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

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

 a { background-color: rgb(79,2,245); }

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

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

 span { border-color: rgb(79,2,245); }

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