#6119FE

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

Shades of Han Purple #6119FE

Tints of Han Purple #6119FE

Color information

#6119FE (or 0x6119FE) is unknown color: approx Han Purple. HEX triplet: 61, 19 and FE. RGB value is (97,25,254). Sum of RGB (Red+Green+Blue) = 97+25+254=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6119FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119FE is #9EE601. Grayscale: #474747. Windows color (decimal): -10413570 or 16652641. OLE color: 16652641.

HSL color Cylindrical-coordinate representation of color #6119FE: hue angle of 258.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6119FE is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9725254-
CMYK0.620.9000.00
HSL258.86º99.13%54.71%-
HSV(B)258.86º90.16%99.61%-
XYZ23.1710.3994.55-
YUV72.63230.35145.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 25 (10.16% from 255) = 6.65%
BLUE value IS 254 (99.61% from 255) = 67.55%
R=25.80%
G=6.65%
B=67.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal97252540.620.9000.00258.8699.1354.71
Hex6119FE3E5A001036337
Octal14131376761320040314367
Binary110000111001111111101111101011010001000000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6119FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6119FE; }

 p { color: rgb(97,25,254); }

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

<style>
 a { background-color: #6119FE; }

 a { background-color: rgb(97,25,254); }

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

<style>
 span { border-color: #6119FE; }

 span { border-color: rgb(97,25,254); }

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