#4f21ff

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

Shades of Han Purple #4F21FF

Tints of Han Purple #4F21FF

Color information

#4F21FF (or 0x4F21FF) is unknown color: approx Han Purple. HEX triplet: 4F, 21 and FF. RGB value is (79,33,255). Sum of RGB (Red+Green+Blue) = 79+33+255=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F21FF is #B0DE00. Grayscale: #474747. Windows color (decimal): -11591169 or 16720207. OLE color: 16720207.

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

Color convert

RGB7933255-
CMYK0.690.8700
HSL252.43º100%56.47%-
HSV(B)252.43º87.06%100%-
XYZ21.829.9795.38-
YUV72.06231.24132.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 255 (100% from 255) = 69.48%
R=21.53%
G=8.99%
B=69.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79332550.690.8700252.4310056.47
Hex4F21FF455700fc6438
Octal117413771051270037414470
Binary1001111100001111111111000101101011100111111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f21ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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