#5621F7

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

Shades of Han Purple #5621F7

Tints of Han Purple #5621F7

Color information

#5621F7 (or 0x5621F7) is unknown color: approx Han Purple. HEX triplet: 56, 21 and F7. RGB value is (86,33,247). Sum of RGB (Red+Green+Blue) = 86+33+247=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #5621F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5621F7 is #A9DE08. Grayscale: #484848. Windows color (decimal): -11132425 or 16195926. OLE color: 16195926.

HSL color Cylindrical-coordinate representation of color #5621F7: hue angle of 254.86º 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 #5621F7 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8633247-
CMYK0.650.8700.03
HSL254.86º93.04%54.9%-
HSV(B)254.86º86.64%96.86%-
XYZ21.179.7888.77-
YUV73.24226.06137.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 247 (96.88% from 255) = 67.49%
R=23.50%
G=9.02%
B=67.49%

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
Decimal86332470.650.8700.03254.8693.0454.9
Hex5621F7415703ff5d37
Octal126413671011270337713567
Binary10101101000011111011110000011010111011111111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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