#5722F6

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

Shades of Han Purple #5722F6

Tints of Han Purple #5722F6

Color information

#5722F6 (or 0x5722F6) is unknown color: approx Han Purple. HEX triplet: 57, 22 and F6. RGB value is (87,34,246). Sum of RGB (Red+Green+Blue) = 87+34+246=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #5722F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5722F6 is #A8DD09. Grayscale: #494949. Windows color (decimal): -11066634 or 16130647. OLE color: 16130647.

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

Color convert

RGB8734246-
CMYK0.650.8600.04
HSL255º92.17%54.9%-
HSV(B)255º86.18%96.47%-
XYZ21.149.8287.97-
YUV74.02225.06137.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 246 (96.48% from 255) = 67.03%
R=23.71%
G=9.26%
B=67.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal87342460.650.8600.0425592.1754.9
Hex5722F6415604ff5c37
Octal127423661011260437713467
Binary101011110001011110110100000110101100100111111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5722F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,34,246); }

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

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

 a { background-color: rgb(87,34,246); }

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

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

 span { border-color: rgb(87,34,246); }

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