#4F2EFF

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

Shades of Han Purple #4F2EFF

Tints of Han Purple #4F2EFF

Color information

#4F2EFF (or 0x4F2EFF) is unknown color: approx Han Purple. HEX triplet: 4F, 2E and FF. RGB value is (79,46,255). Sum of RGB (Red+Green+Blue) = 79+46+255=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EFF is #B0D100. Grayscale: #4E4E4E. Windows color (decimal): -11587841 or 16723535. OLE color: 16723535.

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

Color convert

RGB7946255-
CMYK0.690.8200
HSL249.47º100%59.02%-
HSV(B)249.47º81.96%100%-
XYZ22.2510.8495.53-
YUV79.69226.93127.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.79%
GREEN value IS 46 (18.36% from 255) = 12.11%
BLUE value IS 255 (100% from 255) = 67.11%
R=20.79%
G=12.11%
B=67.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79462550.690.8200249.4710059.02
Hex4F2EFF455200f9643b
Octal117563771051220037114473
Binary1001111101110111111111000101101001000111110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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