#5621DC

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

Shades of Han Purple #5621DC

Tints of Han Purple #5621DC

Color information

#5621DC (or 0x5621DC) is unknown color: approx Han Purple. HEX triplet: 56, 21 and DC. RGB value is (86,33,220). Sum of RGB (Red+Green+Blue) = 86+33+220=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #5621DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621DC is #A9DE23. Grayscale: #454545. Windows color (decimal): -11132452 or 14426454. OLE color: 14426454.

HSL color Cylindrical-coordinate representation of color #5621DC: hue angle of 257.01º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5621DC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8633220-
CMYK0.610.8500.14
HSL257.01º73.91%49.61%-
HSV(B)257.01º85%86.27%-
XYZ17.38.2368.39-
YUV70.16212.56139.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 220 (86.33% from 255) = 64.90%
R=25.37%
G=9.73%
B=64.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86332200.610.8500.14257.0173.9149.61
Hex5621DC3D550E1014a32
Octal126413347512501640111262
Binary1010110100001110111001111011010101011101000000011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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