#5609FA

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

Shades of Han Purple #5609FA

Tints of Han Purple #5609FA

Color information

#5609FA (or 0x5609FA) is unknown color: approx Han Purple. HEX triplet: 56, 09 and FA. RGB value is (86,9,250). Sum of RGB (Red+Green+Blue) = 86+9+250=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #5609FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5609FA is #A9F605. Grayscale: #3A3A3A. Windows color (decimal): -11138566 or 16386390. OLE color: 16386390.

HSL color Cylindrical-coordinate representation of color #5609FA: hue angle of 259.17º 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 #5609FA is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB869250-
CMYK0.660.9600.02
HSL259.17º96.02%50.78%-
HSV(B)259.17º96.4%98.04%-
XYZ21.199.0891.08-
YUV59.5235.51146.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 9 (3.91% from 255) = 2.61%
BLUE value IS 250 (98.05% from 255) = 72.46%
R=24.93%
G=2.61%
B=72.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8692500.660.9600.02259.1796.0250.78
Hex569FA4260021036033
Octal126113721021400240314063
Binary1010110100111111010100001011000000101000000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5609FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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