Html Css Color HEX #6D20EB Han Purple

📋 copy color: '#6D20EB'

red 109 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #6D20EB

Tints of Han Purple #6D20EB

RGB

 RED value IS 109 (42.97% from 255) = 28.99%

 GREEN value IS 32 (12.89% from 255) = 8.51%

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 28.99%
G = 8.51%
B = 62.5%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D20EB (or 0x6D20EB) is known color: Han Purple. HEX triplet: 6D, 20 and EB. RGB value is (109,32,235). Sum of RGB (Red+Green+Blue) = 109+32+235=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D20EB is #92DF14. Grayscale: #4D4D4D. Windows color (decimal): -9625365 or 15409261. OLE color: 15409261.

HSL color Cylindrical-coordinate representation of color #6D20EB: hue angle of 262.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D20EB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 32 235 -
CMYK 0.54 0.86 0 0.08
HSL 262.76º 0.84% 0.52% -
HSV(B) 262.76º 0.86% 0.92% -
XYZ 21.82 10.28 79.43 -
YUV 78.17 216.51 149.99 -
System Red Green Blue C M Y K H S L
Decimal 109 32 235 0.54 0.86 0 0.08 262.76 0.84 0.52
Hex 6D 20 EB 36 56 0 8 107 54 34
Octal 155 40 353 66 126 0 10 407 124 64
Binary 1101101 100000 11101011 110110 1010110 0 1000 100000111 1010100 110100

Color Harmonies of #6D20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D20EB

Black with #6D20EB

Text Example


Text Example

White with #6D20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,235); }

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

background-color css

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

 a { background-color: rgb(109,32,235); }

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

border-color css

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

 span { border-color: rgb(109,32,235); }

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