Html Css Color HEX #6414FC Han Purple

📋 copy color: '#6414FC'

red 100 ◦ green 20 ◦ blue 252

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

Shades of Han Purple #6414FC

Tints of Han Purple #6414FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 26.88%
G = 5.38%
B = 67.74%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6414FC (or 0x6414FC) is known color: Han Purple. HEX triplet: 64, 14 and FC. RGB value is (100,20,252). Sum of RGB (Red+Green+Blue) = 100+20+252=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #6414FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6414FC is #9BEB03. Grayscale: #454545. Windows color (decimal): -10218244 or 16520292. OLE color: 16520292.

HSL color Cylindrical-coordinate representation of color #6414FC: hue angle of 260.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6414FC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 20 252 -
CMYK 0.60 0.92 0 0.01
HSL 260.69º 0.97% 0.53% -
HSV(B) 260.69º 0.92% 0.99% -
XYZ 23.08 10.24 92.86 -
YUV 70.37 230.5 149.14 -
System Red Green Blue C M Y K H S L
Decimal 100 20 252 0.60 0.92 0 0.01 260.69 0.97 0.53
Hex 64 14 FC 3C 5C 0 1 105 61 35
Octal 144 24 374 74 134 0 1 405 141 65
Binary 1100100 10100 11111100 111100 1011100 0 1 100000101 1100001 110101

Color Harmonies of #6414FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414FC

Black with #6414FC

Text Example


Text Example

White with #6414FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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