#6618EA

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

Shades of Han Purple #6618EA

Tints of Han Purple #6618EA

Color information

#6618EA (or 0x6618EA) is unknown color: approx Han Purple. HEX triplet: 66, 18 and EA. RGB value is (102,24,234). Sum of RGB (Red+Green+Blue) = 102+24+234=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #6618EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618EA is #99E715. Grayscale: #464646. Windows color (decimal): -10086166 or 15341670. OLE color: 15341670.

HSL color Cylindrical-coordinate representation of color #6618EA: hue angle of 262.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6618EA is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10224234-
CMYK0.560.9000.08
HSL262.29º83.33%50.59%-
HSV(B)262.29º89.74%91.76%-
XYZ20.669.4278.57-
YUV71.26219.84149.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 234 (91.80% from 255) = 65%
R=28.33%
G=6.67%
B=65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102242340.560.9000.08262.2983.3350.59
Hex6618EA385A081065333
Octal146303527013201040612363
Binary110011011000111010101110001011010010001000001101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6618EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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