#4F2DFA

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

Shades of Han Purple #4F2DFA

Tints of Han Purple #4F2DFA

Color information

#4F2DFA (or 0x4F2DFA) is unknown color: approx Han Purple. HEX triplet: 4F, 2D and FA. RGB value is (79,45,250). Sum of RGB (Red+Green+Blue) = 79+45+250=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F2DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2DFA is #B0D205. Grayscale: #4D4D4D. Windows color (decimal): -11588102 or 16395599. OLE color: 16395599.

HSL color Cylindrical-coordinate representation of color #4F2DFA: hue angle of 249.95º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2DFA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7945250-
CMYK0.680.8200.02
HSL249.95º95.35%57.84%-
HSV(B)249.95º82%98.04%-
XYZ21.4210.4491.33-
YUV78.54224.76128.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 250 (98.05% from 255) = 66.84%
R=21.12%
G=12.03%
B=66.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal79452500.680.8200.02249.9595.3557.84
Hex4F2DFA445202fa5f3a
Octal117553721041220237213772
Binary10011111011011111101010001001010010010111110101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,250); }

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

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

 a { background-color: rgb(79,45,250); }

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

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

 span { border-color: rgb(79,45,250); }

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