#4618F0

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

Shades of Han Purple #4618F0

Tints of Han Purple #4618F0

Color information

#4618F0 (or 0x4618F0) is unknown color: approx Han Purple. HEX triplet: 46, 18 and F0. RGB value is (70,24,240). Sum of RGB (Red+Green+Blue) = 70+24+240=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #4618F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4618F0 is #B9E70F. Grayscale: #3D3D3D. Windows color (decimal): -12183312 or 15734854. OLE color: 15734854.

HSL color Cylindrical-coordinate representation of color #4618F0: hue angle of 252.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4618F0 is Cyan = 0.71, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7024240-
CMYK0.710.900.06
HSL252.78º87.8%51.76%-
HSV(B)252.78º90%94.12%-
XYZ18.588.2583.05-
YUV62.38228.24133.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 240 (94.14% from 255) = 71.86%
R=20.96%
G=7.19%
B=71.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70242400.710.900.06252.7887.851.76
Hex4618F0475A06fd5834
Octal106303601071320637513064
Binary10001101100011110000100011110110100110111111011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4618F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4618F0; }

 p { color: rgb(70,24,240); }

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

<style>
 a { background-color: #4618F0; }

 a { background-color: rgb(70,24,240); }

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

<style>
 span { border-color: #4618F0; }

 span { border-color: rgb(70,24,240); }

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