#4915F0

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

Shades of Han Purple #4915F0

Tints of Han Purple #4915F0

Color information

#4915F0 (or 0x4915F0) is unknown color: approx Han Purple. HEX triplet: 49, 15 and F0. RGB value is (73,21,240). Sum of RGB (Red+Green+Blue) = 73+21+240=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 21 (8.59% from 255 or 6.29% 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 #4915F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4915F0 is #B6EA0F. Grayscale: #3C3C3C. Windows color (decimal): -11987472 or 15734089. OLE color: 15734089.

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

Color convert

RGB7321240-
CMYK0.700.9100.06
HSL254.25º87.95%51.18%-
HSV(B)254.25º91.25%94.12%-
XYZ18.748.2483.04-
YUV61.51228.73136.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 240 (94.14% from 255) = 71.86%
R=21.86%
G=6.29%
B=71.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73212400.700.9100.06254.2587.9551.18
Hex4915F0465B06fe5833
Octal111253601061330637613063
Binary10010011010111110000100011010110110110111111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4915F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,21,240); }

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

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

 a { background-color: rgb(73,21,240); }

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

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

 span { border-color: rgb(73,21,240); }

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