#5630E6

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

Shades of Han Purple #5630E6

Tints of Han Purple #5630E6

Color information

#5630E6 (or 0x5630E6) is unknown color: approx Han Purple. HEX triplet: 56, 30 and E6. RGB value is (86,48,230). Sum of RGB (Red+Green+Blue) = 86+48+230=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #5630E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630E6 is #A9CF19. Grayscale: #4F4F4F. Windows color (decimal): -11128602 or 15085654. OLE color: 15085654.

HSL color Cylindrical-coordinate representation of color #5630E6: hue angle of 252.53º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5630E6 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8648230-
CMYK0.630.7900.10
HSL252.53º78.45%54.51%-
HSV(B)252.53º79.13%90.2%-
XYZ19.189.8175.74-
YUV80.11212.59132.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 48 (19.14% from 255) = 13.19%
BLUE value IS 230 (90.23% from 255) = 63.19%
R=23.63%
G=13.19%
B=63.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86482300.630.7900.10252.5378.4554.51
Hex5630E63F4F0Afd4e37
Octal126603467711701237511667
Binary101011011000011100110111111100111101010111111011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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