#5709F0

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

Shades of Han Purple #5709F0

Tints of Han Purple #5709F0

Color information

#5709F0 (or 0x5709F0) is unknown color: approx Han Purple. HEX triplet: 57, 09 and F0. RGB value is (87,9,240). Sum of RGB (Red+Green+Blue) = 87+9+240=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #5709F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5709F0 is #A8F60F. Grayscale: #393939. Windows color (decimal): -11073040 or 15731031. OLE color: 15731031.

HSL color Cylindrical-coordinate representation of color #5709F0: hue angle of 260.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709F0 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB879240-
CMYK0.640.9600.06
HSL260.26º92.77%48.82%-
HSV(B)260.26º96.25%94.12%-
XYZ19.768.5183.04-
YUV58.66230.34148.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 9 (3.91% from 255) = 2.68%
BLUE value IS 240 (94.14% from 255) = 71.43%
R=25.89%
G=2.68%
B=71.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8792400.640.9600.06260.2692.7748.82
Hex579F04060061045d31
Octal127113601001400640413561
Binary10101111001111100001000000110000001101000001001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5709F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5709F0; }

 p { color: rgb(87,9,240); }

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

<style>
 a { background-color: #5709F0; }

 a { background-color: rgb(87,9,240); }

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

<style>
 span { border-color: #5709F0; }

 span { border-color: rgb(87,9,240); }

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