#6A20F8

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

Shades of Han Purple #6A20F8

Tints of Han Purple #6A20F8

Color information

#6A20F8 (or 0x6A20F8) is unknown color: approx Han Purple. HEX triplet: 6A, 20 and F8. RGB value is (106,32,248). Sum of RGB (Red+Green+Blue) = 106+32+248=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A20F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A20F8 is #95DF07. Grayscale: #4D4D4D. Windows color (decimal): -9821960 or 16261226. OLE color: 16261226.

HSL color Cylindrical-coordinate representation of color #6A20F8: hue angle of 260.56º degrees, saturation: 0.94, 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 #6A20F8 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10632248-
CMYK0.570.8700.03
HSL260.56º93.91%54.9%-
HSV(B)260.56º87.1%97.25%-
XYZ23.410.8789.67-
YUV78.75223.52147.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 32 (12.89% from 255) = 8.29%
BLUE value IS 248 (97.27% from 255) = 64.25%
R=27.46%
G=8.29%
B=64.25%

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
Decimal106322480.570.8700.03260.5693.9154.9
Hex6A20F83957031055e37
Octal15240370711270340513667
Binary11010101000001111100011100110101110111000001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A20F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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