#500CFF

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

Shades of Han Purple #500CFF

Tints of Han Purple #500CFF

Color information

#500CFF (or 0x500CFF) is unknown color: approx Han Purple. HEX triplet: 50, 0C and FF. RGB value is (80,12,255). Sum of RGB (Red+Green+Blue) = 80+12+255=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #500CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CFF is #AFF300. Grayscale: #3B3B3B. Windows color (decimal): -11531009 or 16714832. OLE color: 16714832.

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

Color convert

RGB8012255-
CMYK0.690.9500
HSL256.79º100%52.35%-
HSV(B)256.79º95.29%100%-
XYZ21.499.1995.25-
YUV60.03238.03142.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 255 (100% from 255) = 73.49%
R=23.05%
G=3.46%
B=73.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80122550.690.9500256.7910052.35
Hex50CFF455F001016434
Octal120143771051370040114464
Binary101000011001111111110001011011111001000000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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