#6216F4

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

Shades of Han Purple #6216F4

Tints of Han Purple #6216F4

Color information

#6216F4 (or 0x6216F4) is unknown color: approx Han Purple. HEX triplet: 62, 16 and F4. RGB value is (98,22,244). Sum of RGB (Red+Green+Blue) = 98+22+244=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 244 (95.70% from 255 or 67.03% from 364); Max value from RGB is 244 - color contains mainly: blue. Hex color #6216F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6216F4 is #9DE90B. Grayscale: #454545. Windows color (decimal): -10348812 or 15996514. OLE color: 15996514.

HSL color Cylindrical-coordinate representation of color #6216F4: hue angle of 260.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6216F4 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9822244-
CMYK0.600.9100.04
HSL260.54º90.98%52.16%-
HSV(B)260.54º90.98%95.69%-
XYZ21.659.786.32-
YUV70.03226.18147.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 22 (8.98% from 255) = 6.04%
BLUE value IS 244 (95.70% from 255) = 67.03%
R=26.92%
G=6.04%
B=67.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal98222440.600.9100.04260.5490.9852.16
Hex6216F43C5B041055b34
Octal14226364741330440513364
Binary11000101011011110100111100101101101001000001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6216F4; }

 p { color: rgb(98,22,244); }

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

<style>
 a { background-color: #6216F4; }

 a { background-color: rgb(98,22,244); }

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

<style>
 span { border-color: #6216F4; }

 span { border-color: rgb(98,22,244); }

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