Html Css Color HEX #6821E6 Han Purple

📋 copy color: '#6821E6'

red 104 ◦ green 33 ◦ blue 230

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

Shades of Han Purple #6821E6

Tints of Han Purple #6821E6

RGB

 RED value IS 104 (41.02% from 255) = 28.34%

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

 BLUE value IS 230 (90.23% from 255) = 62.67%

R = 28.34%
G = 8.99%
B = 62.67%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6821E6 (or 0x6821E6) is known color: Han Purple. HEX triplet: 68, 21 and E6. RGB value is (104,33,230). Sum of RGB (Red+Green+Blue) = 104+33+230=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #6821E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821E6 is #97DE19. Grayscale: #4B4B4B. Windows color (decimal): -9952794 or 15081832. OLE color: 15081832.

HSL color Cylindrical-coordinate representation of color #6821E6: hue angle of 261.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6821E6 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 33 230 -
CMYK 0.55 0.86 0 0.10
HSL 261.62º 0.8% 0.52% -
HSV(B) 261.62º 0.86% 0.9% -
XYZ 20.54 9.74 75.66 -
YUV 76.69 214.52 147.48 -
System Red Green Blue C M Y K H S L
Decimal 104 33 230 0.55 0.86 0 0.10 261.62 0.8 0.52
Hex 68 21 E6 37 56 0 A 106 50 34
Octal 150 41 346 67 126 0 12 406 120 64
Binary 1101000 100001 11100110 110111 1010110 0 1010 100000110 1010000 110100

Color Harmonies of #6821E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821E6

Black with #6821E6

Text Example


Text Example

White with #6821E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6821E6; }

 p { color: rgb(104,33,230); }

 H1.HeaderClassName
 {
   color: #6821E6;
 }
 .AnyTagClassName
 {
   color: #6821E6;
 }
</style>

background-color css

<style>
 a { background-color: #6821E6; }

 a { background-color: rgb(104,33,230); }

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

border-color css

<style>
 span { border-color: #6821E6; }

 span { border-color: rgb(104,33,230); }

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