Html Css Color HEX #4D19FA Han Purple

📋 copy color: '#4D19FA'

red 77 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #4D19FA

Tints of Han Purple #4D19FA

RGB

 RED value IS 77 (30.47% from 255) = 21.88%

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 250 (98.05% from 255) = 71.02%

R = 21.88%
G = 7.1%
B = 71.02%

CMYK

 C value IS 0.69

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D19FA (or 0x4D19FA) is known color: Han Purple. HEX triplet: 4D, 19 and FA. RGB value is (77,25,250). Sum of RGB (Red+Green+Blue) = 77+25+250=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D19FA is #B2E605. Grayscale: #414141. Windows color (decimal): -11724294 or 16390477. OLE color: 16390477.

HSL color Cylindrical-coordinate representation of color #4D19FA: hue angle of 253.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D19FA is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 25 250 -
CMYK 0.69 0.9 0 0.02
HSL 253.87º 0.96% 0.54% -
HSV(B) 253.87º 0.9% 0.98% -
XYZ 20.66 9.18 91.12 -
YUV 66.2 231.73 135.7 -
System Red Green Blue C M Y K H S L
Decimal 77 25 250 0.69 0.9 0 0.02 253.87 0.96 0.54
Hex 4D 19 FA 45 5A 0 2 FE 60 36
Octal 115 31 372 105 132 0 2 376 140 66
Binary 1001101 11001 11111010 1000101 1011010 0 10 11111110 1100000 110110

Color Harmonies of #4D19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D19FA

Black with #4D19FA

Text Example


Text Example

White with #4D19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,250); }

 H1.HeaderClassName
 {
   color: #4D19FA;
 }
 .AnyTagClassName
 {
   color: #4D19FA;
 }
</style>

background-color css

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

 a { background-color: rgb(77,25,250); }

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

border-color css

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

 span { border-color: rgb(77,25,250); }

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