#4F05D8

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

Shades of Han Purple #4F05D8

Tints of Han Purple #4F05D8

Color information

#4F05D8 (or 0x4F05D8) is unknown color: approx Han Purple. HEX triplet: 4F, 05 and D8. RGB value is (79,5,216). Sum of RGB (Red+Green+Blue) = 79+5+216=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #4F05D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F05D8 is #B0FA27. Grayscale: #323232. Windows color (decimal): -11598376 or 14157135. OLE color: 14157135.

HSL color Cylindrical-coordinate representation of color #4F05D8: hue angle of 261.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F05D8 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB795216-
CMYK0.630.9800.15
HSL261.04º95.48%43.33%-
HSV(B)261.04º97.69%84.71%-
XYZ15.676.7365.44-
YUV51.18221.02147.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 216 (84.77% from 255) = 72%
R=26.33%
G=1.67%
B=72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal7952160.630.9800.15261.0495.4843.33
Hex4F5D83F620F1055f2b
Octal11753307714201740513753
Binary1001111101110110001111111100010011111000001011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F05D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,216); }

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

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

 a { background-color: rgb(79,5,216); }

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

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

 span { border-color: rgb(79,5,216); }

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