#501C6F

Color #501C6F Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #501C6F

Tints of Blue Diamond #501C6F

Color information

#501C6F (or 0x501C6F) is unknown color: approx Blue Diamond. HEX triplet: 50, 1C and 6F. RGB value is (80,28,111). Sum of RGB (Red+Green+Blue) = 80+28+111=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #501C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C6F is #AFE390. Grayscale: #343434. Windows color (decimal): -11527057 or 7281744. OLE color: 7281744.

HSL color Cylindrical-coordinate representation of color #501C6F: hue angle of 277.59º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501C6F is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8028111-
CMYK0.280.7500.56
HSL277.59º59.71%27.25%-
HSV(B)277.59º74.77%43.53%-
XYZ6.593.6815.4-
YUV53.01160.73147.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=36.53%
G=12.79%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80281110.280.7500.56277.5959.7127.25
Hex501C6F1C4B0381163c1b
Octal12034157341130704267433
Binary1010000111001101111111001001011011100010001011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C6F; }

 p { color: rgb(80,28,111); }

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

<style>
 a { background-color: #501C6F; }

 a { background-color: rgb(80,28,111); }

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

<style>
 span { border-color: #501C6F; }

 span { border-color: rgb(80,28,111); }

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