#4F07FB

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

Shades of Han Purple #4F07FB

Tints of Han Purple #4F07FB

Color information

#4F07FB (or 0x4F07FB) is unknown color: approx Han Purple. HEX triplet: 4F, 07 and FB. RGB value is (79,7,251). Sum of RGB (Red+Green+Blue) = 79+7+251=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F07FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F07FB is #B0F804. Grayscale: #373737. Windows color (decimal): -11597829 or 16451407. OLE color: 16451407.

HSL color Cylindrical-coordinate representation of color #4F07FB: hue angle of 257.7º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F07FB is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB797251-
CMYK0.690.9700.02
HSL257.7º96.83%50.59%-
HSV(B)257.7º97.21%98.43%-
XYZ20.718.7891.87-
YUV56.34237.85144.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 7 (3.12% from 255) = 2.08%
BLUE value IS 251 (98.44% from 255) = 74.48%
R=23.44%
G=2.08%
B=74.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7972510.690.9700.02257.796.8350.59
Hex4F7FB4561021026133
Octal11773731051410240214163
Binary100111111111111011100010111000010101000000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F07FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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