#560FE4

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

Shades of Han Purple #560FE4

Tints of Han Purple #560FE4

Color information

#560FE4 (or 0x560FE4) is unknown color: approx Han Purple. HEX triplet: 56, 0F and E4. RGB value is (86,15,228). Sum of RGB (Red+Green+Blue) = 86+15+228=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #560FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FE4 is #A9F01B. Grayscale: #3B3B3B. Windows color (decimal): -11137052 or 14946134. OLE color: 14946134.

HSL color Cylindrical-coordinate representation of color #560FE4: hue angle of 260º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FE4 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8615228-
CMYK0.620.9300.11
HSL260º87.65%47.65%-
HSV(B)260º93.42%89.41%-
XYZ18.017.9273.98-
YUV60.51222.52146.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 228 (89.45% from 255) = 69.30%
R=26.14%
G=4.56%
B=69.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86152280.620.9300.1126087.6547.65
Hex56FE43E5D0B1045830
Octal126173447613501340413060
Binary10101101111111001001111101011101010111000001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560FE4; }

 p { color: rgb(86,15,228); }

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

<style>
 a { background-color: #560FE4; }

 a { background-color: rgb(86,15,228); }

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

<style>
 span { border-color: #560FE4; }

 span { border-color: rgb(86,15,228); }

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