Html Css Color HEX #6410DF Han Purple

📋 copy color: '#6410DF'

red 100 ◦ green 16 ◦ blue 223

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

Shades of Han Purple #6410DF

Tints of Han Purple #6410DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 29.5%
G = 4.72%
B = 65.78%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6410DF (or 0x6410DF) is known color: Han Purple. HEX triplet: 64, 10 and DF. RGB value is (100,16,223). Sum of RGB (Red+Green+Blue) = 100+16+223=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #6410DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410DF is #9BEF20. Grayscale: #3F3F3F. Windows color (decimal): -10219297 or 14618724. OLE color: 14618724.

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

Color convert

RGB 100 16 223 -
CMYK 0.55 0.93 0 0.13
HSL 264.35º 0.87% 0.47% -
HSV(B) 264.35º 0.93% 0.87% -
XYZ 18.76 8.41 70.45 -
YUV 64.71 217.33 153.17 -
System Red Green Blue C M Y K H S L
Decimal 100 16 223 0.55 0.93 0 0.13 264.35 0.87 0.47
Hex 64 10 DF 37 5D 0 D 108 57 2F
Octal 144 20 337 67 135 0 15 410 127 57
Binary 1100100 10000 11011111 110111 1011101 0 1101 100001000 1010111 101111

Color Harmonies of #6410DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410DF

Black with #6410DF

Text Example


Text Example

White with #6410DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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