Html Css Color HEX #6821ED Han Purple

📋 copy color: '#6821ED'

red 104 ◦ green 33 ◦ blue 237

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

Shades of Han Purple #6821ED

Tints of Han Purple #6821ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 27.81%
G = 8.82%
B = 63.37%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6821ED (or 0x6821ED) is known color: Han Purple. HEX triplet: 68, 21 and ED. RGB value is (104,33,237). Sum of RGB (Red+Green+Blue) = 104+33+237=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6821ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821ED is #97DE12. Grayscale: #4C4C4C. Windows color (decimal): -9952787 or 15540584. OLE color: 15540584.

HSL color Cylindrical-coordinate representation of color #6821ED: hue angle of 260.88º degrees, saturation: 0.85, 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 #6821ED is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 33 237 -
CMYK 0.56 0.86 0 0.07
HSL 260.88º 0.85% 0.53% -
HSV(B) 260.88º 0.86% 0.93% -
XYZ 21.54 10.15 80.94 -
YUV 77.49 218.02 146.91 -
System Red Green Blue C M Y K H S L
Decimal 104 33 237 0.56 0.86 0 0.07 260.88 0.85 0.53
Hex 68 21 ED 38 56 0 7 105 55 35
Octal 150 41 355 70 126 0 7 405 125 65
Binary 1101000 100001 11101101 111000 1010110 0 111 100000101 1010101 110101

Color Harmonies of #6821ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821ED

Black with #6821ED

Text Example


Text Example

White with #6821ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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