Html Css Color HEX #6411DC Han Purple

📋 copy color: '#6411DC'

red 100 ◦ green 17 ◦ blue 220

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

Shades of Han Purple #6411DC

Tints of Han Purple #6411DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 29.67%
G = 5.04%
B = 65.28%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6411DC (or 0x6411DC) is known color: Han Purple. HEX triplet: 64, 11 and DC. RGB value is (100,17,220). Sum of RGB (Red+Green+Blue) = 100+17+220=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6411DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411DC is #9BEE23. Grayscale: #404040. Windows color (decimal): -10219044 or 14422372. OLE color: 14422372.

HSL color Cylindrical-coordinate representation of color #6411DC: hue angle of 264.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6411DC is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 17 220 -
CMYK 0.55 0.92 0 0.14
HSL 264.53º 0.86% 0.46% -
HSV(B) 264.53º 0.92% 0.86% -
XYZ 18.37 8.28 68.34 -
YUV 64.96 215.5 152.99 -
System Red Green Blue C M Y K H S L
Decimal 100 17 220 0.55 0.92 0 0.14 264.53 0.86 0.46
Hex 64 11 DC 37 5C 0 E 109 56 2E
Octal 144 21 334 67 134 0 16 411 126 56
Binary 1100100 10001 11011100 110111 1011100 0 1110 100001001 1010110 101110

Color Harmonies of #6411DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411DC

Black with #6411DC

Text Example


Text Example

White with #6411DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6411DC; }

 p { color: rgb(100,17,220); }

 H1.HeaderClassName
 {
   color: #6411DC;
 }
 .AnyTagClassName
 {
   color: #6411DC;
 }
</style>

background-color css

<style>
 a { background-color: #6411DC; }

 a { background-color: rgb(100,17,220); }

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

border-color css

<style>
 span { border-color: #6411DC; }

 span { border-color: rgb(100,17,220); }

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