#5705E3

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

Shades of Han Purple #5705E3

Tints of Han Purple #5705E3

Color information

#5705E3 (or 0x5705E3) is unknown color: approx Han Purple. HEX triplet: 57, 05 and E3. RGB value is (87,5,227). Sum of RGB (Red+Green+Blue) = 87+5+227=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 227 (89.06% from 255 or 71.16% from 319); Max value from RGB is 227 - color contains mainly: blue. Hex color #5705E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705E3 is #A8FA1C. Grayscale: #363636. Windows color (decimal): -11074077 or 14878039. OLE color: 14878039.

HSL color Cylindrical-coordinate representation of color #5705E3: hue angle of 262.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705E3 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB875227-
CMYK0.620.9800.11
HSL262.16º95.69%45.49%-
HSV(B)262.16º97.8%89.02%-
XYZ17.857.6873.21-
YUV54.83225.17150.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 227 (89.06% from 255) = 71.16%
R=27.27%
G=1.57%
B=71.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8752270.620.9800.11262.1695.6945.49
Hex575E33E620B106602d
Octal12753437614201340614055
Binary1010111101111000111111101100010010111000001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5705E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5705E3; }

 p { color: rgb(87,5,227); }

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

<style>
 a { background-color: #5705E3; }

 a { background-color: rgb(87,5,227); }

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

<style>
 span { border-color: #5705E3; }

 span { border-color: rgb(87,5,227); }

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