Html Css Color HEX #6411DF Han Purple

📋 copy color: '#6411DF'

red 100 ◦ green 17 ◦ blue 223

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

Shades of Han Purple #6411DF

Tints of Han Purple #6411DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 29.41%
G = 5%
B = 65.59%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6411DF (or 0x6411DF) is known color: Han Purple. HEX triplet: 64, 11 and DF. RGB value is (100,17,223). Sum of RGB (Red+Green+Blue) = 100+17+223=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6411DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411DF is #9BEE20. Grayscale: #404040. Windows color (decimal): -10219041 or 14618980. OLE color: 14618980.

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

Color convert

RGB 100 17 223 -
CMYK 0.55 0.92 0 0.13
HSL 264.17º 0.86% 0.47% -
HSV(B) 264.17º 0.92% 0.87% -
XYZ 18.78 8.44 70.45 -
YUV 65.3 217 152.75 -
System Red Green Blue C M Y K H S L
Decimal 100 17 223 0.55 0.92 0 0.13 264.17 0.86 0.47
Hex 64 11 DF 37 5C 0 D 108 56 2F
Octal 144 21 337 67 134 0 15 410 126 57
Binary 1100100 10001 11011111 110111 1011100 0 1101 100001000 1010110 101111

Color Harmonies of #6411DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411DF

Black with #6411DF

Text Example


Text Example

White with #6411DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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