#4F07D6

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

Shades of Han Purple #4F07D6

Tints of Han Purple #4F07D6

Color information

#4F07D6 (or 0x4F07D6) is unknown color: approx Han Purple. HEX triplet: 4F, 07 and D6. RGB value is (79,7,214). Sum of RGB (Red+Green+Blue) = 79+7+214=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 214 (83.98% from 255 or 71.33% from 300); Max value from RGB is 214 - color contains mainly: blue. Hex color #4F07D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F07D6 is #B0F829. Grayscale: #333333. Windows color (decimal): -11597866 or 14026575. OLE color: 14026575.

HSL color Cylindrical-coordinate representation of color #4F07D6: hue angle of 260.87º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F07D6 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB797214-
CMYK0.630.9700.16
HSL260.87º93.67%43.33%-
HSV(B)260.87º96.73%83.92%-
XYZ15.446.6764.09-
YUV52.13219.35147.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 214 (83.98% from 255) = 71.33%
R=26.33%
G=2.33%
B=71.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal7972140.630.9700.16260.8793.6743.33
Hex4F7D63F610101055e2b
Octal11773267714102040513653
Binary10011111111101011011111111000010100001000001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F07D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,214); }

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

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

 a { background-color: rgb(79,7,214); }

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

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

 span { border-color: rgb(79,7,214); }

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