#4F1CEC

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

Shades of Han Purple #4F1CEC

Tints of Han Purple #4F1CEC

Color information

#4F1CEC (or 0x4F1CEC) is unknown color: approx Han Purple. HEX triplet: 4F, 1C and EC. RGB value is (79,28,236). Sum of RGB (Red+Green+Blue) = 79+28+236=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1CEC is #B0E313. Grayscale: #424242. Windows color (decimal): -11592468 or 15473743. OLE color: 15473743.

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

Color convert

RGB7928236-
CMYK0.670.8800.07
HSL254.71º84.55%51.76%-
HSV(B)254.71º88.14%92.55%-
XYZ18.788.5580.02-
YUV66.96223.4136.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 236 (92.58% from 255) = 68.80%
R=23.03%
G=8.16%
B=68.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79282360.670.8800.07254.7184.5551.76
Hex4F1CEC435807ff5534
Octal117343541031300737712564
Binary10011111110011101100100001110110000111111111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,236); }

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

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

 a { background-color: rgb(79,28,236); }

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

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

 span { border-color: rgb(79,28,236); }

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