#4F0FED

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

Shades of Han Purple #4F0FED

Tints of Han Purple #4F0FED

Color information

#4F0FED (or 0x4F0FED) is unknown color: approx Han Purple. HEX triplet: 4F, 0F and ED. RGB value is (79,15,237). Sum of RGB (Red+Green+Blue) = 79+15+237=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0FED is #B0F012. Grayscale: #3A3A3A. Windows color (decimal): -11595795 or 15535951. OLE color: 15535951.

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

Color convert

RGB7915237-
CMYK0.670.9400.07
HSL257.3º88.1%49.41%-
HSV(B)257.3º93.67%92.94%-
XYZ18.688.1280.7-
YUV59.44228.2141.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 237 (92.97% from 255) = 71.60%
R=23.87%
G=4.53%
B=71.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79152370.670.9400.07257.388.149.41
Hex4FFED435E071015831
Octal117173551031360740113061
Binary10011111111111011011000011101111001111000000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,237); }

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

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

 a { background-color: rgb(79,15,237); }

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

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

 span { border-color: rgb(79,15,237); }

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