Html Css Color HEX #6A20EA Han Purple

📋 copy color: '#6A20EA'

red 106 ◦ green 32 ◦ blue 234

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

Shades of Han Purple #6A20EA

Tints of Han Purple #6A20EA

RGB

 RED value IS 106 (41.8% from 255) = 28.49%

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

 BLUE value IS 234 (91.8% from 255) = 62.9%

R = 28.49%
G = 8.6%
B = 62.9%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A20EA (or 0x6A20EA) is known color: Han Purple. HEX triplet: 6A, 20 and EA. RGB value is (106,32,234). Sum of RGB (Red+Green+Blue) = 106+32+234=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A20EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A20EA is #95DF15. Grayscale: #4C4C4C. Windows color (decimal): -9821974 or 15343722. OLE color: 15343722.

HSL color Cylindrical-coordinate representation of color #6A20EA: hue angle of 261.98º degrees, saturation: 0.83, 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 #6A20EA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 32 234 -
CMYK 0.55 0.86 0 0.08
HSL 261.98º 0.83% 0.52% -
HSV(B) 261.98º 0.86% 0.92% -
XYZ 21.31 10.04 78.66 -
YUV 77.15 216.52 148.57 -
System Red Green Blue C M Y K H S L
Decimal 106 32 234 0.55 0.86 0 0.08 261.98 0.83 0.52
Hex 6A 20 EA 37 56 0 8 106 53 34
Octal 152 40 352 67 126 0 10 406 123 64
Binary 1101010 100000 11101010 110111 1010110 0 1000 100000110 1010011 110100

Color Harmonies of #6A20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A20EA

Black with #6A20EA

Text Example


Text Example

White with #6A20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,32,234); }

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

background-color css

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

 a { background-color: rgb(106,32,234); }

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

border-color css

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

 span { border-color: rgb(106,32,234); }

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