#501C7C

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

Shades of Blue Diamond #501C7C

Tints of Blue Diamond #501C7C

Color information

#501C7C (or 0x501C7C) is unknown color: approx Blue Diamond. HEX triplet: 50, 1C and 7C. RGB value is (80,28,124). Sum of RGB (Red+Green+Blue) = 80+28+124=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #501C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C7C is #AFE383. Grayscale: #363636. Windows color (decimal): -11527044 or 8133712. OLE color: 8133712.

HSL color Cylindrical-coordinate representation of color #501C7C: hue angle of 272.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501C7C is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8028124-
CMYK0.350.7700.51
HSL272.5º63.16%29.8%-
HSV(B)272.5º77.42%48.63%-
XYZ7.363.9919.45-
YUV54.49167.23146.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=34.48%
G=12.07%
B=53.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80281240.350.7700.51272.563.1629.8
Hex501C7C234D0331103f1e
Octal12034174431150634207736
Binary10100001110011111001000111001101011001110001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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