#5616EF

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

Shades of Han Purple #5616EF

Tints of Han Purple #5616EF

Color information

#5616EF (or 0x5616EF) is unknown color: approx Han Purple. HEX triplet: 56, 16 and EF. RGB value is (86,22,239). Sum of RGB (Red+Green+Blue) = 86+22+239=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #5616EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616EF is #A9E910. Grayscale: #414141. Windows color (decimal): -11135249 or 15668822. OLE color: 15668822.

HSL color Cylindrical-coordinate representation of color #5616EF: hue angle of 257.7º 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 #5616EF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8622239-
CMYK0.640.9100.06
HSL257.7º87.15%51.18%-
HSV(B)257.7º90.79%93.73%-
XYZ19.78.7882.32-
YUV65.87225.7142.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 239 (93.75% from 255) = 68.88%
R=24.78%
G=6.34%
B=68.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal86222390.640.9100.06257.787.1551.18
Hex5616EF405B061025733
Octal126263571001330640212763
Binary101011010110111011111000000101101101101000000101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5616EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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