Html Css Color HEX #6418FC Han Purple

📋 copy color: '#6418FC'

red 100 ◦ green 24 ◦ blue 252

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

Shades of Han Purple #6418FC

Tints of Han Purple #6418FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 26.6%
G = 6.38%
B = 67.02%

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

#6418FC (or 0x6418FC) is known color: Han Purple. HEX triplet: 64, 18 and FC. RGB value is (100,24,252). Sum of RGB (Red+Green+Blue) = 100+24+252=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #6418FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6418FC is #9BE703. Grayscale: #474747. Windows color (decimal): -10217220 or 16521316. OLE color: 16521316.

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

Color convert

RGB 100 24 252 -
CMYK 0.60 0.90 0 0.01
HSL 260º 0.97% 0.54% -
HSV(B) 260º 0.9% 0.99% -
XYZ 23.15 10.39 92.88 -
YUV 72.72 229.18 147.46 -
System Red Green Blue C M Y K H S L
Decimal 100 24 252 0.60 0.90 0 0.01 260 0.97 0.54
Hex 64 18 FC 3C 5A 0 1 104 61 36
Octal 144 30 374 74 132 0 1 404 141 66
Binary 1100100 11000 11111100 111100 1011010 0 1 100000100 1100001 110110

Color Harmonies of #6418FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418FC

Black with #6418FC

Text Example


Text Example

White with #6418FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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