#4F07EF

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

Shades of Han Purple #4F07EF

Tints of Han Purple #4F07EF

Color information

#4F07EF (or 0x4F07EF) is unknown color: approx Han Purple. HEX triplet: 4F, 07 and EF. RGB value is (79,7,239). Sum of RGB (Red+Green+Blue) = 79+7+239=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F07EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F07EF is #B0F810. Grayscale: #363636. Windows color (decimal): -11597841 or 15664975. OLE color: 15664975.

HSL color Cylindrical-coordinate representation of color #4F07EF: hue angle of 258.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F07EF is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB797239-
CMYK0.670.9700.06
HSL258.62º94.31%48.24%-
HSV(B)258.62º97.07%93.73%-
XYZ18.888.0582.22-
YUV54.98231.85145.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 239 (93.75% from 255) = 73.54%
R=24.31%
G=2.15%
B=73.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal7972390.670.9700.06258.6294.3148.24
Hex4F7EF4361061035e30
Octal11773571031410640313660
Binary1001111111111011111000011110000101101000000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F07EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,239); }

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

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

 a { background-color: rgb(79,7,239); }

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

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

 span { border-color: rgb(79,7,239); }

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