Html Css Color HEX #4913F1 Han Purple

📋 copy color: '#4913F1'

red 73 ◦ green 19 ◦ blue 241

#4913F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4913F1

Tints of Han Purple #4913F1

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 value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4913F1 (or 0x4913F1) is known color: 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

RGB 73 19 241 -
CMYK 0.70 0.92 0 0.05
HSL 254.59º 0.89% 0.51% -
HSV(B) 254.59º 0.92% 0.95% -
XYZ 18.86 8.23 83.81 -
YUV 60.45 229.89 136.95 -
System Red Green Blue C M Y K H S L
Decimal 73 19 241 0.70 0.92 0 0.05 254.59 0.89 0.51
Hex 49 13 F1 46 5C 0 5 FF 59 33
Octal 111 23 361 106 134 0 5 377 131 63
Binary 1001001 10011 11110001 1000110 1011100 0 101 11111111 1011001 110011

Color Harmonies of #4913F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913F1

Black with #4913F1

Text Example


Text Example

White with #4913F1

Text Example


Text Example

HTML Codes & Css Web 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>