#5721F7

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

Shades of Han Purple #5721F7

Tints of Han Purple #5721F7

Color information

#5721F7 (or 0x5721F7) is unknown color: approx Han Purple. HEX triplet: 57, 21 and F7. RGB value is (87,33,247). Sum of RGB (Red+Green+Blue) = 87+33+247=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #5721F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721F7 is #A8DE08. Grayscale: #484848. Windows color (decimal): -11066889 or 16195927. OLE color: 16195927.

HSL color Cylindrical-coordinate representation of color #5721F7: hue angle of 255.14º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5721F7 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8733247-
CMYK0.650.8700.03
HSL255.14º93.04%54.9%-
HSV(B)255.14º86.64%96.86%-
XYZ21.269.8388.77-
YUV73.54225.89137.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 247 (96.88% from 255) = 67.30%
R=23.71%
G=8.99%
B=67.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal87332470.650.8700.03255.1493.0454.9
Hex5721F7415703ff5d37
Octal127413671011270337713567
Binary10101111000011111011110000011010111011111111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5721F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5721F7; }

 p { color: rgb(87,33,247); }

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

<style>
 a { background-color: #5721F7; }

 a { background-color: rgb(87,33,247); }

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

<style>
 span { border-color: #5721F7; }

 span { border-color: rgb(87,33,247); }

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