#5709FA

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

Shades of Han Purple #5709FA

Tints of Han Purple #5709FA

Color information

#5709FA (or 0x5709FA) is unknown color: approx Han Purple. HEX triplet: 57, 09 and FA. RGB value is (87,9,250). Sum of RGB (Red+Green+Blue) = 87+9+250=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #5709FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5709FA is #A8F605. Grayscale: #3A3A3A. Windows color (decimal): -11073030 or 16386391. OLE color: 16386391.

HSL color Cylindrical-coordinate representation of color #5709FA: hue angle of 259.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709FA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB879250-
CMYK0.650.9600.02
HSL259.42º96.02%50.78%-
HSV(B)259.42º96.4%98.04%-
XYZ21.289.1291.08-
YUV59.8235.34147.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 9 (3.91% from 255) = 2.60%
BLUE value IS 250 (98.05% from 255) = 72.25%
R=25.14%
G=2.60%
B=72.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8792500.650.9600.02259.4296.0250.78
Hex579FA4160021036033
Octal127113721011400240314063
Binary1010111100111111010100000111000000101000000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5709FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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