#6516FE

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

Shades of Han Purple #6516FE

Tints of Han Purple #6516FE

Color information

#6516FE (or 0x6516FE) is unknown color: approx Han Purple. HEX triplet: 65, 16 and FE. RGB value is (101,22,254). Sum of RGB (Red+Green+Blue) = 101+22+254=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6516FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516FE is #9AE901. Grayscale: #474747. Windows color (decimal): -10152194 or 16651877. OLE color: 16651877.

HSL color Cylindrical-coordinate representation of color #6516FE: hue angle of 260.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516FE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10122254-
CMYK0.600.9100.00
HSL260.43º99.15%54.12%-
HSV(B)260.43º91.34%99.61%-
XYZ23.5410.594.55-
YUV72.07230.67148.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=26.79%
G=5.84%
B=67.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal101222540.600.9100.00260.4399.1554.12
Hex6516FE3C5B001046336
Octal14526376741330040414366
Binary110010110110111111101111001011011001000001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6516FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,22,254); }

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

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

 a { background-color: rgb(101,22,254); }

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

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

 span { border-color: rgb(101,22,254); }

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