#4F13F0

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

Shades of Han Purple #4F13F0

Tints of Han Purple #4F13F0

Color information

#4F13F0 (or 0x4F13F0) is unknown color: approx Han Purple. HEX triplet: 4F, 13 and F0. RGB value is (79,19,240). Sum of RGB (Red+Green+Blue) = 79+19+240=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F13F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F13F0 is #B0EC0F. Grayscale: #3D3D3D. Windows color (decimal): -11594768 or 15733583. OLE color: 15733583.

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

Color convert

RGB7919240-
CMYK0.670.9200.06
HSL256.29º88.05%50.78%-
HSV(B)256.29º92.08%94.12%-
XYZ19.198.4283.05-
YUV62.13228.38140.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 19 (7.81% from 255) = 5.62%
BLUE value IS 240 (94.14% from 255) = 71.01%
R=23.37%
G=5.62%
B=71.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal79192400.670.9200.06256.2988.0550.78
Hex4F13F0435C061005833
Octal117233601031340640013063
Binary100111110011111100001000011101110001101000000001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F13F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,240); }

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

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

 a { background-color: rgb(79,19,240); }

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

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

 span { border-color: rgb(79,19,240); }

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