#500AF5

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

Shades of Han Purple #500AF5

Tints of Han Purple #500AF5

Color information

#500AF5 (or 0x500AF5) is unknown color: approx Han Purple. HEX triplet: 50, 0A and F5. RGB value is (80,10,245). Sum of RGB (Red+Green+Blue) = 80+10+245=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #500AF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AF5 is #AFF50A. Grayscale: #383838. Windows color (decimal): -11531531 or 16058960. OLE color: 16058960.

HSL color Cylindrical-coordinate representation of color #500AF5: hue angle of 257.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AF5 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8010245-
CMYK0.670.9600.04
HSL257.87º92.16%50%-
HSV(B)257.87º95.92%96.08%-
XYZ19.98.5286.98-
YUV57.72233.69143.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 245 (96.09% from 255) = 73.13%
R=23.88%
G=2.99%
B=73.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80102450.670.9600.04257.8792.1650
Hex50AF54360041025c32
Octal120123651031400440213462
Binary10100001010111101011000011110000001001000000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500AF5; }

 p { color: rgb(80,10,245); }

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

<style>
 a { background-color: #500AF5; }

 a { background-color: rgb(80,10,245); }

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

<style>
 span { border-color: #500AF5; }

 span { border-color: rgb(80,10,245); }

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