#6016EF

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

Shades of Han Purple #6016EF

Tints of Han Purple #6016EF

Color information

#6016EF (or 0x6016EF) is unknown color: approx Han Purple. HEX triplet: 60, 16 and EF. RGB value is (96,22,239). Sum of RGB (Red+Green+Blue) = 96+22+239=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #6016EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016EF is #9FE910. Grayscale: #444444. Windows color (decimal): -10479889 or 15668832. OLE color: 15668832.

HSL color Cylindrical-coordinate representation of color #6016EF: hue angle of 260.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016EF is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9622239-
CMYK0.600.9100.06
HSL260.46º87.15%51.18%-
HSV(B)260.46º90.79%93.73%-
XYZ20.699.2982.36-
YUV68.86224.02147.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=26.89%
G=6.16%
B=66.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96222390.600.9100.06260.4687.1551.18
Hex6016EF3C5B061045733
Octal14026357741330640412763
Binary11000001011011101111111100101101101101000001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6016EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6016EF; }

 p { color: rgb(96,22,239); }

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

<style>
 a { background-color: #6016EF; }

 a { background-color: rgb(96,22,239); }

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

<style>
 span { border-color: #6016EF; }

 span { border-color: rgb(96,22,239); }

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