#4f14ff

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

Shades of Han Purple #4F14FF

Tints of Han Purple #4F14FF

Color information

#4F14FF (or 0x4F14FF) is unknown color: approx Han Purple. HEX triplet: 4F, 14 and FF. RGB value is (79,20,255). Sum of RGB (Red+Green+Blue) = 79+20+255=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F14FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F14FF is #B0EB00. Grayscale: #3F3F3F. Windows color (decimal): -11594497 or 16716879. OLE color: 16716879.

HSL color Cylindrical-coordinate representation of color #4F14FF: hue angle of 255.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F14FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7920255-
CMYK0.690.9200
HSL255.06º100%53.92%-
HSV(B)255.06º92.16%100%-
XYZ21.529.3895.28-
YUV64.43235.55138.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.32%
GREEN value IS 20 (8.20% from 255) = 5.65%
BLUE value IS 255 (100% from 255) = 72.03%
R=22.32%
G=5.65%
B=72.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79202550.690.9200255.0610053.92
Hex4F14FF455C00ff6436
Octal117243771051340037714466
Binary100111110100111111111000101101110000111111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f14ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,255); }

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

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

 a { background-color: rgb(79,20,255); }

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

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

 span { border-color: rgb(79,20,255); }

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