#5015FF

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

Shades of Han Purple #5015FF

Tints of Han Purple #5015FF

Color information

#5015FF (or 0x5015FF) is unknown color: approx Han Purple. HEX triplet: 50, 15 and FF. RGB value is (80,21,255). Sum of RGB (Red+Green+Blue) = 80+21+255=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5015FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015FF is #AFEA00. Grayscale: #404040. Windows color (decimal): -11528705 or 16717136. OLE color: 16717136.

HSL color Cylindrical-coordinate representation of color #5015FF: hue angle of 255.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5015FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8021255-
CMYK0.690.9200
HSL255.13º100%54.12%-
HSV(B)255.13º91.76%100%-
XYZ21.639.4695.29-
YUV65.32235.05138.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 255 (100% from 255) = 71.63%
R=22.47%
G=5.90%
B=71.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80212550.690.9200255.1310054.12
Hex5015FF455C00ff6436
Octal120253771051340037714466
Binary101000010101111111111000101101110000111111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5015FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5015FF; }

 p { color: rgb(80,21,255); }

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

<style>
 a { background-color: #5015FF; }

 a { background-color: rgb(80,21,255); }

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

<style>
 span { border-color: #5015FF; }

 span { border-color: rgb(80,21,255); }

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