#6720FC

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

Shades of Han Purple #6720FC

Tints of Han Purple #6720FC

Color information

#6720FC (or 0x6720FC) is unknown color: approx Han Purple. HEX triplet: 67, 20 and FC. RGB value is (103,32,252). Sum of RGB (Red+Green+Blue) = 103+32+252=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #6720FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6720FC is #98DF03. Grayscale: #4D4D4D. Windows color (decimal): -10018564 or 16523367. OLE color: 16523367.

HSL color Cylindrical-coordinate representation of color #6720FC: hue angle of 259.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6720FC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10332252-
CMYK0.590.8700.01
HSL259.36º97.35%55.69%-
HSV(B)259.36º87.3%98.82%-
XYZ23.6810.9492.96-
YUV78.31226.02145.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 252 (98.83% from 255) = 65.12%
R=26.61%
G=8.27%
B=65.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal103322520.590.8700.01259.3697.3555.69
Hex6720FC3B57011036138
Octal14740374731270140314170
Binary1100111100000111111001110111010111011000000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6720FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6720FC; }

 p { color: rgb(103,32,252); }

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

<style>
 a { background-color: #6720FC; }

 a { background-color: rgb(103,32,252); }

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

<style>
 span { border-color: #6720FC; }

 span { border-color: rgb(103,32,252); }

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