#501F7E

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

Shades of Blue Diamond #501F7E

Tints of Blue Diamond #501F7E

Color information

#501F7E (or 0x501F7E) is unknown color: approx Blue Diamond. HEX triplet: 50, 1F and 7E. RGB value is (80,31,126). Sum of RGB (Red+Green+Blue) = 80+31+126=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #501F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F7E is #AFE081. Grayscale: #383838. Windows color (decimal): -11526274 or 8265552. OLE color: 8265552.

HSL color Cylindrical-coordinate representation of color #501F7E: hue angle of 270.95º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501F7E is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8031126-
CMYK0.370.7500.51
HSL270.95º60.51%30.78%-
HSV(B)270.95º75.4%49.41%-
XYZ7.564.1920.15-
YUV56.48167.23144.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=33.76%
G=13.08%
B=53.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80311260.370.7500.51270.9560.5130.78
Hex501F7E254B03310f3d1f
Octal12037176451130634177537
Binary10100001111111111101001011001011011001110000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,31,126); }

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

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

 a { background-color: rgb(80,31,126); }

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

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

 span { border-color: rgb(80,31,126); }

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