#5722EF

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

Shades of Han Purple #5722EF

Tints of Han Purple #5722EF

Color information

#5722EF (or 0x5722EF) is unknown color: approx Han Purple. HEX triplet: 57, 22 and EF. RGB value is (87,34,239). Sum of RGB (Red+Green+Blue) = 87+34+239=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #5722EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5722EF is #A8DD10. Grayscale: #484848. Windows color (decimal): -11066641 or 15671895. OLE color: 15671895.

HSL color Cylindrical-coordinate representation of color #5722EF: hue angle of 255.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5722EF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8734239-
CMYK0.640.8600.06
HSL255.51º86.5%53.53%-
HSV(B)255.51º85.77%93.73%-
XYZ20.089.482.42-
YUV73.22221.56137.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 239 (93.75% from 255) = 66.39%
R=24.17%
G=9.44%
B=66.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal87342390.640.8600.06255.5186.553.53
Hex5722EF4056061005636
Octal127423571001260640012666
Binary1010111100010111011111000000101011001101000000001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5722EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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