Html Css Color HEX #6419FC Han Purple

📋 copy color: '#6419FC'

red 100 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #6419FC

Tints of Han Purple #6419FC

RGB

 RED value IS 100 (39.45% from 255) = 26.53%

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

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

R = 26.53%
G = 6.63%
B = 66.84%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6419FC (or 0x6419FC) is known color: Han Purple. HEX triplet: 64, 19 and FC. RGB value is (100,25,252). Sum of RGB (Red+Green+Blue) = 100+25+252=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #6419FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6419FC is #9BE603. Grayscale: #484848. Windows color (decimal): -10216964 or 16521572. OLE color: 16521572.

HSL color Cylindrical-coordinate representation of color #6419FC: hue angle of 259.82º 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 #6419FC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 25 252 -
CMYK 0.60 0.90 0 0.01
HSL 259.82º 0.97% 0.54% -
HSV(B) 259.82º 0.9% 0.99% -
XYZ 23.17 10.43 92.89 -
YUV 73.3 228.85 147.04 -
System Red Green Blue C M Y K H S L
Decimal 100 25 252 0.60 0.90 0 0.01 259.82 0.97 0.54
Hex 64 19 FC 3C 5A 0 1 104 61 36
Octal 144 31 374 74 132 0 1 404 141 66
Binary 1100100 11001 11111100 111100 1011010 0 1 100000100 1100001 110110

Color Harmonies of #6419FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6419FC

Black with #6419FC

Text Example


Text Example

White with #6419FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6419FC; }

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

 H1.HeaderClassName
 {
   color: #6419FC;
 }
 .AnyTagClassName
 {
   color: #6419FC;
 }
</style>

background-color css

<style>
 a { background-color: #6419FC; }

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

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

border-color css

<style>
 span { border-color: #6419FC; }

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

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