#4F0CFF

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

Shades of Han Purple #4F0CFF

Tints of Han Purple #4F0CFF

Color information

#4F0CFF (or 0x4F0CFF) is unknown color: approx Han Purple. HEX triplet: 4F, 0C and FF. RGB value is (79,12,255). Sum of RGB (Red+Green+Blue) = 79+12+255=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0CFF is #B0F300. Grayscale: #3A3A3A. Windows color (decimal): -11596545 or 16714831. OLE color: 16714831.

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

Color convert

RGB7912255-
CMYK0.690.9500
HSL256.54º100%52.35%-
HSV(B)256.54º95.29%100%-
XYZ21.419.1595.24-
YUV59.74238.2141.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 12 (5.08% from 255) = 3.47%
BLUE value IS 255 (100% from 255) = 73.70%
R=22.83%
G=3.47%
B=73.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79122550.690.9500256.5410052.35
Hex4FCFF455F001016434
Octal117143771051370040114464
Binary100111111001111111110001011011111001000000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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