#4613F0

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

Shades of Han Purple #4613F0

Tints of Han Purple #4613F0

Color information

#4613F0 (or 0x4613F0) is unknown color: approx Han Purple. HEX triplet: 46, 13 and F0. RGB value is (70,19,240). Sum of RGB (Red+Green+Blue) = 70+19+240=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #4613F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4613F0 is #B9EC0F. Grayscale: #3A3A3A. Windows color (decimal): -12184592 or 15733574. OLE color: 15733574.

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

Color convert

RGB7019240-
CMYK0.710.9200.06
HSL253.85º88.05%50.78%-
HSV(B)253.85º92.08%94.12%-
XYZ18.498.0683.02-
YUV59.44229.9135.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 240 (94.14% from 255) = 72.95%
R=21.28%
G=5.78%
B=72.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70192400.710.9200.06253.8588.0550.78
Hex4613F0475C06fe5833
Octal106233601071340637613063
Binary10001101001111110000100011110111000110111111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4613F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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