#6821FA

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

Shades of Han Purple #6821FA

Tints of Han Purple #6821FA

Color information

#6821FA (or 0x6821FA) is unknown color: approx Han Purple. HEX triplet: 68, 21 and FA. RGB value is (104,33,250). Sum of RGB (Red+Green+Blue) = 104+33+250=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #6821FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821FA is #97DE05. Grayscale: #4E4E4E. Windows color (decimal): -9952774 or 16392552. OLE color: 16392552.

HSL color Cylindrical-coordinate representation of color #6821FA: hue angle of 259.63º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6821FA is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10433250-
CMYK0.580.8700.02
HSL259.63º95.59%55.49%-
HSV(B)259.63º86.8%98.04%-
XYZ23.5110.9391.31-
YUV78.97224.52145.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 250 (98.05% from 255) = 64.60%
R=26.87%
G=8.53%
B=64.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104332500.580.8700.02259.6395.5955.49
Hex6821FA3A57021046037
Octal15041372721270240414067
Binary11010001000011111101011101010101110101000001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6821FA; }

 p { color: rgb(104,33,250); }

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

<style>
 a { background-color: #6821FA; }

 a { background-color: rgb(104,33,250); }

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

<style>
 span { border-color: #6821FA; }

 span { border-color: rgb(104,33,250); }

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