Html Css Color HEX #6E21EE Han Purple

📋 copy color: '#6E21EE'

red 110 ◦ green 33 ◦ blue 238

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

Shades of Han Purple #6E21EE

Tints of Han Purple #6E21EE

RGB

 RED value IS 110 (43.36% from 255) = 28.87%

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 28.87%
G = 8.66%
B = 62.47%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E21EE (or 0x6E21EE) is known color: Han Purple. HEX triplet: 6E, 21 and EE. RGB value is (110,33,238). Sum of RGB (Red+Green+Blue) = 110+33+238=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E21EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E21EE is #91DE11. Grayscale: #4E4E4E. Windows color (decimal): -9559570 or 15606126. OLE color: 15606126.

HSL color Cylindrical-coordinate representation of color #6E21EE: hue angle of 262.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E21EE is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 33 238 -
CMYK 0.54 0.86 0 0.07
HSL 262.54º 0.86% 0.53% -
HSV(B) 262.54º 0.86% 0.93% -
XYZ 22.41 10.58 81.75 -
YUV 79.39 217.51 149.83 -
System Red Green Blue C M Y K H S L
Decimal 110 33 238 0.54 0.86 0 0.07 262.54 0.86 0.53
Hex 6E 21 EE 36 56 0 7 107 56 35
Octal 156 41 356 66 126 0 7 407 126 65
Binary 1101110 100001 11101110 110110 1010110 0 111 100000111 1010110 110101

Color Harmonies of #6E21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E21EE

Black with #6E21EE

Text Example


Text Example

White with #6E21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E21EE; }

 p { color: rgb(110,33,238); }

 H1.HeaderClassName
 {
   color: #6E21EE;
 }
 .AnyTagClassName
 {
   color: #6E21EE;
 }
</style>

background-color css

<style>
 a { background-color: #6E21EE; }

 a { background-color: rgb(110,33,238); }

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

border-color css

<style>
 span { border-color: #6E21EE; }

 span { border-color: rgb(110,33,238); }

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