#5629E6

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

Shades of Han Purple #5629E6

Tints of Han Purple #5629E6

Color information

#5629E6 (or 0x5629E6) is unknown color: approx Han Purple. HEX triplet: 56, 29 and E6. RGB value is (86,41,230). Sum of RGB (Red+Green+Blue) = 86+41+230=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #5629E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5629E6 is #A9D619. Grayscale: #4B4B4B. Windows color (decimal): -11130394 or 15083862. OLE color: 15083862.

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

Color convert

RGB8641230-
CMYK0.630.8200.10
HSL254.29º79.08%53.14%-
HSV(B)254.29º82.17%90.2%-
XYZ18.919.2875.66-
YUV76214.91135.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 41 (16.41% from 255) = 11.48%
BLUE value IS 230 (90.23% from 255) = 64.43%
R=24.09%
G=11.48%
B=64.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86412300.630.8200.10254.2979.0853.14
Hex5629E63F520Afe4f35
Octal126513467712201237611765
Binary101011010100111100110111111101001001010111111101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5629E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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