Html Css Color HEX #4A19FC Han Purple

📋 copy color: '#4A19FC'

red 74 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #4A19FC

Tints of Han Purple #4A19FC

RGB

 RED value IS 74 (29.3% from 255) = 21.08%

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 21.08%
G = 7.12%
B = 71.79%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A19FC (or 0x4A19FC) is known color: Han Purple. HEX triplet: 4A, 19 and FC. RGB value is (74,25,252). Sum of RGB (Red+Green+Blue) = 74+25+252=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A19FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A19FC is #B5E603. Grayscale: #404040. Windows color (decimal): -11920900 or 16521546. OLE color: 16521546.

HSL color Cylindrical-coordinate representation of color #4A19FC: hue angle of 252.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A19FC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 25 252 -
CMYK 0.71 0.90 0 0.01
HSL 252.95º 0.97% 0.54% -
HSV(B) 252.95º 0.9% 0.99% -
XYZ 20.74 9.18 92.77 -
YUV 65.53 233.23 134.04 -
System Red Green Blue C M Y K H S L
Decimal 74 25 252 0.71 0.90 0 0.01 252.95 0.97 0.54
Hex 4A 19 FC 47 5A 0 1 FD 61 36
Octal 112 31 374 107 132 0 1 375 141 66
Binary 1001010 11001 11111100 1000111 1011010 0 1 11111101 1100001 110110

Color Harmonies of #4A19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A19FC

Black with #4A19FC

Text Example


Text Example

White with #4A19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,252); }

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

background-color css

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

 a { background-color: rgb(74,25,252); }

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

border-color css

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

 span { border-color: rgb(74,25,252); }

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