Html Css Color HEX #6417FC Han Purple

📋 copy color: '#6417FC'

red 100 ◦ green 23 ◦ blue 252

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

Shades of Han Purple #6417FC

Tints of Han Purple #6417FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

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

R = 26.67%
G = 6.13%
B = 67.2%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6417FC (or 0x6417FC) is known color: Han Purple. HEX triplet: 64, 17 and FC. RGB value is (100,23,252). Sum of RGB (Red+Green+Blue) = 100+23+252=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #6417FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6417FC is #9BE803. Grayscale: #474747. Windows color (decimal): -10217476 or 16521060. OLE color: 16521060.

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

Color convert

RGB 100 23 252 -
CMYK 0.60 0.91 0 0.01
HSL 260.17º 0.97% 0.54% -
HSV(B) 260.17º 0.91% 0.99% -
XYZ 23.13 10.35 92.87 -
YUV 72.13 229.51 147.88 -
System Red Green Blue C M Y K H S L
Decimal 100 23 252 0.60 0.91 0 0.01 260.17 0.97 0.54
Hex 64 17 FC 3C 5B 0 1 104 61 36
Octal 144 27 374 74 133 0 1 404 141 66
Binary 1100100 10111 11111100 111100 1011011 0 1 100000100 1100001 110110

Color Harmonies of #6417FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6417FC

Black with #6417FC

Text Example


Text Example

White with #6417FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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