#6119EC

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

Shades of Han Purple #6119EC

Tints of Han Purple #6119EC

Color information

#6119EC (or 0x6119EC) is unknown color: approx Han Purple. HEX triplet: 61, 19 and EC. RGB value is (97,25,236). Sum of RGB (Red+Green+Blue) = 97+25+236=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #6119EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119EC is #9EE613. Grayscale: #454545. Windows color (decimal): -10413588 or 15472993. OLE color: 15472993.

HSL color Cylindrical-coordinate representation of color #6119EC: hue angle of 260.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119EC is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9725236-
CMYK0.590.8900.07
HSL260.47º84.74%51.18%-
HSV(B)260.47º89.41%92.55%-
XYZ20.429.2980.07-
YUV70.58221.35146.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 236 (92.58% from 255) = 65.92%
R=27.09%
G=6.98%
B=65.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97252360.590.8900.07260.4784.7451.18
Hex6119EC3B59071045533
Octal14131354731310740412563
Binary11000011100111101100111011101100101111000001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6119EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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