#5612F6

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

Shades of Han Purple #5612F6

Tints of Han Purple #5612F6

Color information

#5612F6 (or 0x5612F6) is unknown color: approx Han Purple. HEX triplet: 56, 12 and F6. RGB value is (86,18,246). Sum of RGB (Red+Green+Blue) = 86+18+246=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #5612F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5612F6 is #A9ED09. Grayscale: #3F3F3F. Windows color (decimal): -11136266 or 16126550. OLE color: 16126550.

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

Color convert

RGB8618246-
CMYK0.650.9300.04
HSL257.89º92.68%51.76%-
HSV(B)257.89º92.68%96.47%-
XYZ20.699.0687.85-
YUV64.32230.53143.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 246 (96.48% from 255) = 70.29%
R=24.57%
G=5.14%
B=70.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal86182460.650.9300.04257.8992.6851.76
Hex5612F6415D041025d34
Octal126223661011350440213564
Binary101011010010111101101000001101110101001000000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5612F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5612F6; }

 p { color: rgb(86,18,246); }

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

<style>
 a { background-color: #5612F6; }

 a { background-color: rgb(86,18,246); }

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

<style>
 span { border-color: #5612F6; }

 span { border-color: rgb(86,18,246); }

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