#6618F1

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

Shades of Han Purple #6618F1

Tints of Han Purple #6618F1

Color information

#6618F1 (or 0x6618F1) is unknown color: approx Han Purple. HEX triplet: 66, 18 and F1. RGB value is (102,24,241). Sum of RGB (Red+Green+Blue) = 102+24+241=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #6618F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618F1 is #99E70E. Grayscale: #474747. Windows color (decimal): -10086159 or 15800422. OLE color: 15800422.

HSL color Cylindrical-coordinate representation of color #6618F1: hue angle of 261.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6618F1 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10224241-
CMYK0.580.9000.05
HSL261.57º88.57%51.96%-
HSV(B)261.57º90.04%94.51%-
XYZ21.689.8383.97-
YUV72.06223.34149.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 24 (9.77% from 255) = 6.54%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=27.79%
G=6.54%
B=65.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102242410.580.9000.05261.5788.5751.96
Hex6618F13A5A051065934
Octal14630361721320540613164
Binary11001101100011110001111010101101001011000001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6618F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6618F1; }

 p { color: rgb(102,24,241); }

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

<style>
 a { background-color: #6618F1; }

 a { background-color: rgb(102,24,241); }

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

<style>
 span { border-color: #6618F1; }

 span { border-color: rgb(102,24,241); }

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