#4F13E6

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

Shades of Han Purple #4F13E6

Tints of Han Purple #4F13E6

Color information

#4F13E6 (or 0x4F13E6) is unknown color: approx Han Purple. HEX triplet: 4F, 13 and E6. RGB value is (79,19,230). Sum of RGB (Red+Green+Blue) = 79+19+230=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #4F13E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F13E6 is #B0EC19. Grayscale: #3C3C3C. Windows color (decimal): -11594778 or 15078223. OLE color: 15078223.

HSL color Cylindrical-coordinate representation of color #4F13E6: hue angle of 257.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F13E6 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7919230-
CMYK0.660.9200.10
HSL257.06º84.74%48.82%-
HSV(B)257.06º91.74%90.2%-
XYZ17.747.8475.44-
YUV60.99223.38140.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 19 (7.81% from 255) = 5.79%
BLUE value IS 230 (90.23% from 255) = 70.12%
R=24.09%
G=5.79%
B=70.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal79192300.660.9200.10257.0684.7448.82
Hex4F13E6425C0A1015531
Octal1172334610213401240112561
Binary1001111100111110011010000101011100010101000000011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F13E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,230); }

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

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

 a { background-color: rgb(79,19,230); }

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

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

 span { border-color: rgb(79,19,230); }

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