#4F2CFC

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

Shades of Han Purple #4F2CFC

Tints of Han Purple #4F2CFC

Color information

#4F2CFC (or 0x4F2CFC) is unknown color: approx Han Purple. HEX triplet: 4F, 2C and FC. RGB value is (79,44,252). Sum of RGB (Red+Green+Blue) = 79+44+252=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2CFC is #B0D303. Grayscale: #4D4D4D. Windows color (decimal): -11588356 or 16526415. OLE color: 16526415.

HSL color Cylindrical-coordinate representation of color #4F2CFC: hue angle of 250.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F2CFC is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7944252-
CMYK0.690.8300.01
HSL250.1º97.2%58.04%-
HSV(B)250.1º82.54%98.82%-
XYZ21.710.4992.98-
YUV78.18226.1128.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 252 (98.83% from 255) = 67.2%
R=21.07%
G=11.73%
B=67.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal79442520.690.8300.01250.197.258.04
Hex4F2CFC455301fa613a
Octal117543741051230137214172
Binary1001111101100111111001000101101001101111110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,44,252); }

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

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

 a { background-color: rgb(79,44,252); }

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

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

 span { border-color: rgb(79,44,252); }

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