#5627FD

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

Shades of Han Purple #5627FD

Tints of Han Purple #5627FD

Color information

#5627FD (or 0x5627FD) is unknown color: approx Han Purple. HEX triplet: 56, 27 and FD. RGB value is (86,39,253). Sum of RGB (Red+Green+Blue) = 86+39+253=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #5627FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5627FD is #A9D802. Grayscale: #4C4C4C. Windows color (decimal): -11130883 or 16590678. OLE color: 16590678.

HSL color Cylindrical-coordinate representation of color #5627FD: hue angle of 253.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5627FD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8639253-
CMYK0.660.8500.01
HSL253.18º98.17%57.25%-
HSV(B)253.18º84.58%99.22%-
XYZ22.2910.5293.78-
YUV77.45227.07134.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 253 (99.22% from 255) = 66.93%
R=22.75%
G=10.32%
B=66.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86392530.660.8500.01253.1898.1757.25
Hex5627FD425501fd6239
Octal126473751021250137514271
Binary1010110100111111111011000010101010101111111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5627FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5627FD; }

 p { color: rgb(86,39,253); }

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

<style>
 a { background-color: #5627FD; }

 a { background-color: rgb(86,39,253); }

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

<style>
 span { border-color: #5627FD; }

 span { border-color: rgb(86,39,253); }

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