#6A20F7

Color #6A20F7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6A20F7

Tints of Han Purple #6A20F7

Color information

#6A20F7 (or 0x6A20F7) is unknown color: approx Han Purple. HEX triplet: 6A, 20 and F7. RGB value is (106,32,247). Sum of RGB (Red+Green+Blue) = 106+32+247=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 247 (96.88% from 255 or 64.16% from 385); Max value from RGB is 247 - color contains mainly: blue. Hex color #6A20F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A20F7 is #95DF08. Grayscale: #4D4D4D. Windows color (decimal): -9821961 or 16195690. OLE color: 16195690.

HSL color Cylindrical-coordinate representation of color #6A20F7: hue angle of 260.65º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A20F7 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10632247-
CMYK0.570.8700.03
HSL260.65º93.07%54.71%-
HSV(B)260.65º87.04%96.86%-
XYZ23.2510.8188.86-
YUV78.64223.02147.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 32 (12.89% from 255) = 8.31%
BLUE value IS 247 (96.88% from 255) = 64.16%
R=27.53%
G=8.31%
B=64.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal106322470.570.8700.03260.6593.0754.71
Hex6A20F73957031055d37
Octal15240367711270340513567
Binary11010101000001111011111100110101110111000001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A20F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A20F7;
 }
 .AnyTagClassName
 {
   color: #6A20F7;
 }
</style>
background-color css

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

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

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

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

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

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