#4913F1

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

Shades of Han Purple #4913F1

Tints of Han Purple #4913F1

Color information

#4913F1 (or 0x4913F1) is unknown color: approx Han Purple. HEX triplet: 49, 13 and F1. RGB value is (73,19,241). Sum of RGB (Red+Green+Blue) = 73+19+241=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #4913F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4913F1 is #B6EC0E. Grayscale: #3B3B3B. Windows color (decimal): -11987983 or 15799113. OLE color: 15799113.

HSL color Cylindrical-coordinate representation of color #4913F1: hue angle of 254.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4913F1 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7319241-
CMYK0.700.9200.05
HSL254.59º88.8%50.98%-
HSV(B)254.59º92.12%94.51%-
XYZ18.868.2383.81-
YUV60.45229.89136.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 241 (94.53% from 255) = 72.37%
R=21.92%
G=5.71%
B=72.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73192410.700.9200.05254.5988.850.98
Hex4913F1465C05ff5933
Octal111233611061340537713163
Binary10010011001111110001100011010111000101111111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4913F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4913F1; }

 p { color: rgb(73,19,241); }

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

<style>
 a { background-color: #4913F1; }

 a { background-color: rgb(73,19,241); }

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

<style>
 span { border-color: #4913F1; }

 span { border-color: rgb(73,19,241); }

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