#5005F0

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

Shades of Han Purple #5005F0

Tints of Han Purple #5005F0

Color information

#5005F0 (or 0x5005F0) is unknown color: approx Han Purple. HEX triplet: 50, 05 and F0. RGB value is (80,5,240). Sum of RGB (Red+Green+Blue) = 80+5+240=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #5005F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5005F0 is #AFFA0F. Grayscale: #353535. Windows color (decimal): -11532816 or 15730000. OLE color: 15730000.

HSL color Cylindrical-coordinate representation of color #5005F0: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5005F0 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB805240-
CMYK0.670.9800.06
HSL259.15º95.92%48.04%-
HSV(B)259.15º97.92%94.12%-
XYZ19.098.1183-
YUV54.22232.85146.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 240 (94.14% from 255) = 73.85%
R=24.62%
G=1.54%
B=73.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8052400.670.9800.06259.1595.9248.04
Hex505F04362061036030
Octal12053601031420640314060
Binary1010000101111100001000011110001001101000000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5005F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,5,240); }

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

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

 a { background-color: rgb(80,5,240); }

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

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

 span { border-color: rgb(80,5,240); }

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