#5630EC

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

Shades of Han Purple #5630EC

Tints of Han Purple #5630EC

Color information

#5630EC (or 0x5630EC) is unknown color: approx Han Purple. HEX triplet: 56, 30 and EC. RGB value is (86,48,236). Sum of RGB (Red+Green+Blue) = 86+48+236=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #5630EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630EC is #A9CF13. Grayscale: #505050. Windows color (decimal): -11128596 or 15478870. OLE color: 15478870.

HSL color Cylindrical-coordinate representation of color #5630EC: hue angle of 252.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5630EC is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8648236-
CMYK0.640.8000.07
HSL252.13º83.19%55.69%-
HSV(B)252.13º79.66%92.55%-
XYZ20.0410.1580.26-
YUV80.79215.59131.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 236 (92.58% from 255) = 63.78%
R=23.24%
G=12.97%
B=63.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86482360.640.8000.07252.1383.1955.69
Hex5630EC405007fc5338
Octal126603541001200737412370
Binary101011011000011101100100000010100000111111111001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5630EC; }

 p { color: rgb(86,48,236); }

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

<style>
 a { background-color: #5630EC; }

 a { background-color: rgb(86,48,236); }

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

<style>
 span { border-color: #5630EC; }

 span { border-color: rgb(86,48,236); }

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