Html Css Color HEX #6416EE Han Purple

📋 copy color: '#6416EE'

red 100 ◦ green 22 ◦ blue 238

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

Shades of Han Purple #6416EE

Tints of Han Purple #6416EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 27.78%
G = 6.11%
B = 66.11%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6416EE (or 0x6416EE) is known color: Han Purple. HEX triplet: 64, 16 and EE. RGB value is (100,22,238). Sum of RGB (Red+Green+Blue) = 100+22+238=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #6416EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6416EE is #9BE911. Grayscale: #454545. Windows color (decimal): -10217746 or 15603300. OLE color: 15603300.

HSL color Cylindrical-coordinate representation of color #6416EE: hue angle of 261.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6416EE is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 22 238 -
CMYK 0.58 0.91 0 0.07
HSL 261.67º 0.86% 0.51% -
HSV(B) 261.67º 0.91% 0.93% -
XYZ 20.98 9.46 81.61 -
YUV 69.95 222.84 149.44 -
System Red Green Blue C M Y K H S L
Decimal 100 22 238 0.58 0.91 0 0.07 261.67 0.86 0.51
Hex 64 16 EE 3A 5B 0 7 106 56 33
Octal 144 26 356 72 133 0 7 406 126 63
Binary 1100100 10110 11101110 111010 1011011 0 111 100000110 1010110 110011

Color Harmonies of #6416EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6416EE

Black with #6416EE

Text Example


Text Example

White with #6416EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6416EE; }

 p { color: rgb(100,22,238); }

 H1.HeaderClassName
 {
   color: #6416EE;
 }
 .AnyTagClassName
 {
   color: #6416EE;
 }
</style>

background-color css

<style>
 a { background-color: #6416EE; }

 a { background-color: rgb(100,22,238); }

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

border-color css

<style>
 span { border-color: #6416EE; }

 span { border-color: rgb(100,22,238); }

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