#5519F6

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

Shades of Han Purple #5519F6

Tints of Han Purple #5519F6

Color information

#5519F6 (or 0x5519F6) is unknown color: approx Han Purple. HEX triplet: 55, 19 and F6. RGB value is (85,25,246). Sum of RGB (Red+Green+Blue) = 85+25+246=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #5519F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519F6 is #AAE609. Grayscale: #434343. Windows color (decimal): -11200010 or 16128341. OLE color: 16128341.

HSL color Cylindrical-coordinate representation of color #5519F6: hue angle of 256.29º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5519F6 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8525246-
CMYK0.650.9000.04
HSL256.29º92.47%53.14%-
HSV(B)256.29º89.84%96.47%-
XYZ20.739.2887.89-
YUV68.13228.38140.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 25 (10.16% from 255) = 7.02%
BLUE value IS 246 (96.48% from 255) = 69.10%
R=23.88%
G=7.02%
B=69.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85252460.650.9000.04256.2992.4753.14
Hex5519F6415A041005c35
Octal125313661011320440013465
Binary101010111001111101101000001101101001001000000001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5519F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5519F6; }

 p { color: rgb(85,25,246); }

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

<style>
 a { background-color: #5519F6; }

 a { background-color: rgb(85,25,246); }

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

<style>
 span { border-color: #5519F6; }

 span { border-color: rgb(85,25,246); }

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